From 969f01eb73cee1e49faf0195de5c784182349261 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Apr 2014 21:28:15 -0400 Subject: todo --- TODO | 6 ++++++ config-joey.hs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 3b816ad3..40bbd01e 100644 --- a/TODO +++ b/TODO @@ -14,3 +14,9 @@ * Should properties be a tree rather than a list? * Only make docker garbage collection run once a day or something to avoid GC after a temp fail. +* Need a way for a dns server host to look at the properties of + the other hosts and generate a zone file. For example, mapping + openid.kitenet.net to a CNAME to clam.kitenet.net, which is where + the docker container for that service is located. Moving containers + to a different host, or duplicating a container on multiple hosts + would then update DNS too diff --git a/config-joey.hs b/config-joey.hs index 525f9d72..3b796ce7 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -143,7 +143,7 @@ standardSystem suite customprops = Just $ -- Currently not enable due to #726375 endprops = [] -- [Apt.installed ["systemd-sysv"] `onChange` Reboot.now] --- This is my standard container setup. +-- This is my standard container setup, featuring automatic upgrades. standardContainer :: DebianSuite -> Architecture -> [Docker.Containerized Property] -> Docker.Container standardContainer suite arch ps = Docker.containerFrom (image $ System (Debian suite) arch) $ -- cgit v1.3-2-g0d8e