Browse Source

Docker misc notes

Håvard O. Nordstrand 4 years ago
parent
commit
2b96856f8a
1 changed files with 5 additions and 0 deletions
  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.