summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorNicolas.Schodet2019-04-07 14:22:19 +0000
committeradmin2019-04-07 14:22:19 +0000
commit7f59e2b84488243fa6b646f0b4bbb23ce2393cee (patch)
tree6e0ad4a6182b8407c08195ee9dd9df2c7b3e789f /doc/todo
parent6b380deea7c5ad1da9f589f7018ac02cfc417e78 (diff)
Hostname is not set in a systemd container
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Hostname_is_not_set_in_a_systemd_container.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/Hostname_is_not_set_in_a_systemd_container.mdwn b/doc/todo/Hostname_is_not_set_in_a_systemd_container.mdwn
new file mode 100644
index 00000000..e88dcac6
--- /dev/null
+++ b/doc/todo/Hostname_is_not_set_in_a_systemd_container.mdwn
@@ -0,0 +1,10 @@
+Hello,
+
+I use propellor to deploy systemd containers. I have a problem with
+`Hostname.setTo`, it sets the hostname in `/etc/hostname`, but the container
+hostname is not set until I restart the container.
+
+Note: I use `Systemd.containerCfg "network-bridge=br0"`, so the container has
+a different network stack.
+
+I suppose that the `check (not <$> inChroot)` might be the problem here.