docker ps:列出正在运行的 containerhtml
docker ps -a:列出全部的 containerdocker
docker rm [containerid]:移除 container(可并列多个,用空格区分)ui
docker search:搜索镜像.net
Docker命令:http://www.javashuo.com/article/p-kmppwrqa-cb.htmlrest
Dockerfile 的编写:http://www.javashuo.com/article/p-qqmvdnuq-ge.htmlhtm
.net core 容器示例:https://docs.microsoft.com/zh-cn/dotnet/core/docker/build-containerblog
docker 中的 ftp:get
https://hub.docker.com/r/stilliard/pure-ftpd/io
https://hub.docker.com/r/fauria/vsftpd/容器
在 container 中对另外一个 container 进行操做:
https://stackoverflow.com/questions/47748802/restart-container-after-another-container-is-deployed