Skip to content

Commit c4e194c

Browse files
committed
fix bug
1 parent d8faf52 commit c4e194c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,15 @@ docker buildx create --use --name mybuilder --driver-opt network=host --buildkit
1313
code --list-extensions| sort -f
1414

1515

16-
1716
```
1817

1918

2019

2120
```bash
2221
# 构建centos开发镜像
2322
dockeramd build --no-cache --network=host -f Dockerfile-x86_64 -t liuwenru/centos_dev:$(uname -m) .
24-
dockeraarch64 build --no-cache --network=host -f Dockerfile-aarch64 -t liuwenru/centos_dev:$(uname -m) .
25-
26-
27-
2823

24+
dockeraarch64 build --no-cache --network=host -f Dockerfile-aarch64 -t liuwenru/centos_dev:$(uname -m) .
2925

3026
```
3127

0 commit comments

Comments
 (0)