Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS: missing installation instructions for the docker buildx plug-in #284

Open
thomas-fossati opened this issue Dec 9, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@thomas-fossati
Copy link
Contributor

Reported by @gkostal:

One other hiccup I had with getting the docker version
running was that I needed to install the docker buildx
plug-in, and this wasn't mentioned in the configuration
instructions.

Configuration instructions stated:
sudo apt install git [docker.io](http://docker.io/) jq tmux
sudo usermod -a -G docker $USER
newgrp docker

To which I had to add:
      sudo apt install docker-buildx
@thomas-fossati thomas-fossati added the documentation Improvements or additions to documentation label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant