From 8a85d0b5a9f262f8247540c7f663f817a39a88a8 Mon Sep 17 00:00:00 2001 From: Nicolas.Schodet Date: Sun, 14 Apr 2019 20:37:24 +0000 Subject: Getting Info from containers --- doc/forum/Getting_Info_from_containers.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/forum/Getting_Info_from_containers.mdwn 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? -- cgit v1.2.3