浏览代码

Update organization and Docker IPv6

Håvard O. Nordstrand 4 年之前
父节点
当前提交
55aefc7731
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      config/virt-cont/docker.md

+ 5 - 3
config/virt-cont/docker.md

@@ -86,9 +86,6 @@ Using **Debian**, unless otherwise stated.
 
 ## Miscellanea
 
-- Use [watchtower](https://github.com/containrrr/watchtower) to automatically update images and restart containers.
-- Use [cAdvisor](https://github.com/google/cadvisor) to monitor containers (including a Prometheus metrics endpoint).
-
 ### IPv6 Support
 
 - TL;DR: Docker doesn't prioritize implementing IPv6 properly.
@@ -123,4 +120,9 @@ export TMPDIR=/var/lib/docker-compose-tmp
 /usr/local/bin/docker-compose-normal "$@"
 ```
 
+## Useful Software
+
+- [watchtower](https://github.com/containrrr/watchtower): Automatically update images and restart containers.
+- [cAdvisor](https://github.com/google/cadvisor): Monitor containers (including a Prometheus metrics endpoint).
+
 {% include footer.md %}