You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Reported by @gkostal:
The text was updated successfully, but these errors were encountered: