Created
August 22, 2022 08:52
-
-
Save anton-petrov/69298ce22730ea2846936b70e79d0b80 to your computer and use it in GitHub Desktop.
Install docker buildx plugin in Ubuntu 22.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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