summaryrefslogtreecommitdiff
path: root/doc/forum/Getting_Info_from_containers.mdwn
blob: dc4868ab247eda8a2a8618d861a31192a002b290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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?