summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas.Schodet2017-10-05 19:57:19 +0000
committeradmin2017-10-05 19:57:19 +0000
commit5c36da0cc2c383dbf0b723eb8ce55968db661e2b (patch)
treed7b7c6927e6855c7b7abeab876bf91599cb3279e /doc
parent2865b4c13b699e3fb46729b983f80da59eb8d178 (diff)
Fix formating
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Using_ip_address_in_a_container.mdwn13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/forum/Using_ip_address_in_a_container.mdwn b/doc/forum/Using_ip_address_in_a_container.mdwn
index 57b8a2e1..6706c388 100644
--- a/doc/forum/Using_ip_address_in_a_container.mdwn
+++ b/doc/forum/Using_ip_address_in_a_container.mdwn
@@ -7,12 +7,13 @@ Previously I used lxc containers but I'm afraid adding lxc support is quite a
large task.
My previous setup includes:
- - static ip addresses per container (set using LXC, but
- /etc/network/interface will do),
- - different hostname for each of the containers,
- - configuration of a bind zone for my local container network,
- - configuration of the firewall using ferm,
- - proxy from host to containers using nginx.
+
+- static ip addresses per container (set using LXC, but
+ /etc/network/interface will do),
+- different hostname for each of the containers,
+- configuration of a bind zone for my local container network,
+- configuration of the firewall using ferm,
+- proxy from host to containers using nginx.
If I understand correctly, alias or ipv4 are propagated to the host and are
not part of the container definition, is that right?