Skip to content

Install buildx #273

Answered by abiosoft
halostatue asked this question in Q&A
May 3, 2022 · 6 comments · 10 replies
Discussion options

You must be logged in to vote
ARCH=amd64 # change to 'arm64' for m1
VERSION=v0.8.2
curl -LO https://github.com/docker/buildx/releases/download/${VERSION}/buildx-${VERSION}.darwin-${ARCH}
mkdir -p ~/.docker/cli-plugins
mv buildx-${VERSION}.darwin-${ARCH} ~/.docker/cli-plugins/docker-buildx
chmod +x ~/.docker/cli-plugins/docker-buildx
docker buildx version # verify installation

Replies: 6 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@jacobibanez
Comment options

Answer selected by halostatue
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@halostatue
Comment options

@terracota-p
Comment options

@peraronsson
Comment options

@halostatue
Comment options

@connorads
Comment options

Comment options

You must be logged in to vote
4 replies
@halostatue
Comment options

@nipunsharma12
Comment options

@halostatue
Comment options

@nipunsharma12
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet