doc: Update docker.md dockerfile cheatsheet.

This commit is contained in:
jaywcjlove
2022-10-01 12:22:14 +08:00
parent 274c96f8ce
commit df6d94b300
2 changed files with 31 additions and 2 deletions

View File

@ -289,4 +289,10 @@ $ docker volume ls
```shell
$ docker volume prune
```
```
另见
----
- [Dockerfile 备忘清单](./dockerfile.md) _(github.io)_
- [Docker 官方入门教程](https://docs.docker.com/get-started/) _(docker.com)_