Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created August 22, 2022 08:52
Show Gist options
  • Save anton-petrov/69298ce22730ea2846936b70e79d0b80 to your computer and use it in GitHub Desktop.
Save anton-petrov/69298ce22730ea2846936b70e79d0b80 to your computer and use it in GitHub Desktop.
Install docker buildx plugin in Ubuntu 22.04
# See https://docs.docker.com/build/buildx/install/
mkdir -p $HOME/.docker/cli-plugins
wget -O $HOME/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.9.1/buildx-v0.9.1.linux-amd64
chmod +x $HOME/.docker/cli-plugins/buildx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment