From 39db0e4fad83c978126d8585379eb506939b9e77 Mon Sep 17 00:00:00 2001 From: Nicolas.Schodet Date: Tue, 16 Apr 2019 17:23:16 +0000 Subject: Added a comment: containerToHost? --- ...ent_2_347f67e1be11f69fab571d8f9e7612b5._comment | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/forum/Getting_Info_from_containers/comment_2_347f67e1be11f69fab571d8f9e7612b5._comment (limited to 'doc/forum') diff --git a/doc/forum/Getting_Info_from_containers/comment_2_347f67e1be11f69fab571d8f9e7612b5._comment b/doc/forum/Getting_Info_from_containers/comment_2_347f67e1be11f69fab571d8f9e7612b5._comment new file mode 100644 index 00000000..5db271fd --- /dev/null +++ b/doc/forum/Getting_Info_from_containers/comment_2_347f67e1be11f69fab571d8f9e7612b5._comment @@ -0,0 +1,28 @@ +[[!comment format=mdwn + username="Nicolas.Schodet" + avatar="http://cdn.libravatar.org/avatar/0d7ec808ec329d04ee9a93c0da3c0089" + subject="containerToHost?" + date="2019-04-16T17:23:16Z" + content=""" +Would it be possible to add a `containerToHost` wrapper that takes a container +and returns a host? + +It would be something like this: + + hosts :: [Host] + hosts = + [ myHost + , myContainerHost + ] + + myHost = host \"myhost.mydomain\" $ props + & ... + & myContainerSpawn myContainer + + myContainer :: Systemd.Container + myContainer = Systemd.debContainer \"mycontainer\" $ props + & ... + + myContainerHost = containerToHost \"mycontainer.mydomain\" myContainer + +"""]] -- cgit v1.2.3