-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
问题 1
查看 gf docker -h 后
发现
Line 53 in cfda1bf
| @gf docker -p -b "-a amd64 -s linux -p temp" -tn $(DOCKER_NAME):${_TAG}; |
-tp 选项
问题 2
Line 7 in cfda1bf
| - `make image TAG=xxx`: Run `docker build` to build image according `manifest/docker`. |
docker build 但实际还是会 push
感觉应该去掉
Line 53 in cfda1bf
| @gf docker -p -b "-a amd64 -s linux -p temp" -tn $(DOCKER_NAME):${_TAG}; |
-p 参数
😄
Metadata
Metadata
Assignees
Labels
No labels

