File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# docker buildx create --use
2- docker buildx build --platform=linux/amd64,linux/arm64 --tag " devforth/onlogs:latest" --tag " devforth/onlogs:1.1.2" --push .
3- # docker run -v /var/run/docker.sock:/var/run/docker.sock --rm -it $(docker build -q -f Dockerfile .)
4- # docker build . -t devforth/onlogs && docker push devforth/onlogs
2+ docker buildx build --platform=linux/amd64,linux/arm64 --tag " devforth/onlogs:latest" --tag " devforth/onlogs:1.1.4" .
Original file line number Diff line number Diff line change 1+ # docker buildx create --use
2+ docker buildx build --platform=linux/amd64,linux/arm64 --tag " devforth/onlogs:latest" --tag " devforth/onlogs:1.1.4" --push .
3+ # docker run -v /var/run/docker.sock:/var/run/docker.sock --rm -it $(docker build -q -f Dockerfile .)
4+ # docker build . -t devforth/onlogs && docker push devforth/onlogs
You can’t perform that action at this time.
0 commit comments