summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorNicolas.Schodet2019-04-14 20:37:24 +0000
committeradmin2019-04-14 20:37:24 +0000
commit8a85d0b5a9f262f8247540c7f663f817a39a88a8 (patch)
tree12dfd0823cbbc09dbc20a699cc486cfddf41f521 /doc/forum
parent89be4426cd3de2838e51eb16b9f48d8b4e7398bc (diff)
Getting Info from containers
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/Getting_Info_from_containers.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/Getting_Info_from_containers.mdwn b/doc/forum/Getting_Info_from_containers.mdwn
new file mode 100644
index 00000000..dc4868ab
--- /dev/null
+++ b/doc/forum/Getting_Info_from_containers.mdwn
@@ -0,0 +1,17 @@
+Hello,
+
+I am using propellor mostly with Systemd containers. I have a problem when
+trying to use `Ssh.knownHost`, as the host to be known is not a host, but a
+container.
+
+Is this supposed to work? Are containers accessible like the other hosts with
+the info system?
+
+Also, I used short names for my containers, like:
+
+ vzWeb2 :: Systemd.Container
+ vzWeb2 = Systemd.debContainer "vz-web2" $ props
+
+but now I realize that I should have used a fqdn so that properties like
+`Hostname.sane` could find the domain name. But changing this implies that the
+container will be rebuilt, right?