feat: add dockerfile.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-09-30 17:33:13 +08:00
parent 410c8f09da
commit 7487fbf680
11 changed files with 209 additions and 25 deletions

View File

@ -128,7 +128,7 @@ docker rm nginx-server
docker update --cpu-shares 512 -m 300M nginx-server
```
Docker Images
Docker 镜像
----
<!--rehype:body-class=cols-2-->
@ -158,7 +158,7 @@ $ docker build -f myOtherDockerfile .
$ curl example.com/remote/Dockerfile | docker build -f - .
```
Docker
Docker 网
----
<!--rehype:body-class=cols-2-->