docs: fix md
All checks were successful
build-docker-images-for-latest-release / build-and-push (push) Successful in 15s
All checks were successful
build-docker-images-for-latest-release / build-and-push (push) Successful in 15s
This commit is contained in:
parent
2c9aff09e2
commit
c5e7f09649
10
README.md
10
README.md
@ -8,13 +8,7 @@ multi-lang-dev
|
||||
docker buildx create --use
|
||||
|
||||
# 启动 QEMU 支持的多架构模拟器
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
docker run --rm --privileged fly6516.synology.me:8080/multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
# 构建并推送多架构 Docker 镜像
|
||||
# 创建并启用 Buildx 构建器
|
||||
docker buildx create --use
|
||||
|
||||
# 启动 QEMU 支持的多架构模拟器
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
# 构建并推送多架构 Docker 镜像
|
||||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x,linux/mips64le -t fly6516.synology.me:8080/multilang:latest . --push
|
Loading…
Reference in New Issue
Block a user