浏览代码

Docker misc notes

Håvard O. Nordstrand 4 年之前
父节点
当前提交
2b96856f8a
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      config/server/linux-applications.md

+ 5 - 0
config/server/linux-applications.md

@@ -144,6 +144,11 @@ See [Storage: Ceph](../storage/#ceph).
     - Publish network port: `-p <host-port>:<cont-port>[/udp]`
     - Mount volume: `-v <vol>:<cont-path>` (`<vol>` must have a path prefix like `./` or `/` if it is a directory and not a named volume)
 
+### Miscellanea
+
+- For automatically updating containers, use e.g. [watchtower](https://github.com/containrrr/watchtower).
+- For managing containers in a pretty web UI, use e.g. [Portainer](https://www.portainer.io/).
+
 #### Networking
 
 - Containers in production should not use the default Docker networks.