File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
docs/configuration/container Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,20 @@ Configuration
44
44
45
45
Set the host name for a container.
46
46
47
+ .. cfgcmd :: set container name <name> allow-host-pid
48
+
49
+ The container and the host share the same process namespace.
50
+ This means that processes running on the host are visible inside the
51
+ container, and processes inside the container are visible on the host.
52
+
53
+ The command translates to "--pid host" when the container is created.
54
+
47
55
.. cfgcmd :: set container name <name> allow-host-networks
48
56
49
57
Allow host networking in a container. The network stack of the container is
50
58
not isolated from the host and will use the host IP.
51
59
52
- The following commands translate to "--net host" when the container
53
- is created
60
+ The command translates to "--net host" when the container is created.
54
61
55
62
.. note :: **allow-host-networks** cannot be used with **network**
56
63
You can’t perform that action at this time.
0 commit comments