php/COMMAND.md
This commit is contained in:
parent
b3fc1ce78c
commit
6377c8859a
@ -1,5 +1,20 @@
|
||||
# 构建命令
|
||||
|
||||
## 启用buildx
|
||||
|
||||
```sh
|
||||
docker buildx create --use
|
||||
```
|
||||
|
||||
## 构建8.3
|
||||
|
||||
```sh
|
||||
docker buildx build -f Dockerfile_8.3-workerman \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
--push -t quay.io/wandoubaba517/php:8.3-workerman \
|
||||
-f Dockerfile_8.3-workerman .
|
||||
```
|
||||
|
||||
## 构建8.2
|
||||
|
||||
```sh
|
||||
|
Loading…
Reference in New Issue
Block a user