From 077161559c86751063ff6f0dae239a9996830a63 Mon Sep 17 00:00:00 2001 From: dnomd343 Date: Tue, 29 Mar 2022 23:36:02 +0800 Subject: [PATCH] docs: modify docker buildx command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a90dee8..40fa05f 100644 --- a/README.md +++ b/README.md @@ -542,7 +542,7 @@ shell> docker build -t tproxy . ``` # 构建并推送至Docker Hub -shell> docker buildx build -t dnomd343/tproxy --platform="linux/amd64,linux/arm64,linux/386,linux/arm/v7" https://github.com/dnomd343/TProxy.git#master --push +shell> docker buildx build -t dnomd343/tproxy --platform="linux/amd64,linux/arm64,linux/386,linux/arm/v7" https://github.com/dnomd343/TProxy.git --push ``` ## 许可证