两侧同时换到之前的修订记录 前一修订版 | |
public:it:docker [2024/07/19 09:34] – [Tips] oakfire | public:it:docker [2024/11/22 15:35] (当前版本) – oakfire |
---|
* [[https://yeasy.gitbook.io/docker_practice/repository/registry|私有仓库相关]],包括怎么设置非https私有仓. | * [[https://yeasy.gitbook.io/docker_practice/repository/registry|私有仓库相关]],包括怎么设置非https私有仓. |
* [[http://docs.docker.com/compose/| docker compose]] 原 fig | * [[http://docs.docker.com/compose/| docker compose]] 原 fig |
| ===== Tools ===== |
| * [[https://github.com/wagoodman/dive|dive]]: 8-)这个工具可以显示 Docker 镜像文件每一层的内容 |
| * [[https://github.com/portainer/portainer|portainer]]: 容器管理工具 |
===== Tips ===== | ===== Tips ===== |
* 因为docker一个容器只支持运行一个前台, 所以在docker内使用supervisor来启动多个程序/服务更方便,更易管理.详见:[[http://blog.trifork.com/2014/03/11/using-supervisor-with-docker-to-manage-processes-supporting-image-inheritance/|Using supervisor with docker to manage processes]] | * 因为docker一个容器只支持运行一个前台, 所以在docker内使用supervisor来启动多个程序/服务更方便,更易管理.详见:[[http://blog.trifork.com/2014/03/11/using-supervisor-with-docker-to-manage-processes-supporting-image-inheritance/|Using supervisor with docker to manage processes]] |