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