Skip to content

Commit 0bb0ff7

Browse files
committed
Merge pull request #152 from cloudfoundry-incubator/namespace-names
Make namespace names match runc
2 parents 58f6675 + 3fd2530 commit 0bb0ff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime-config-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ If a path is specified, that particular file is used to join that type of namesp
1515
"path": "/proc/1234/ns/pid"
1616
},
1717
{
18-
"type": "net",
18+
"type": "network",
1919
"path": "/var/run/netns/neta"
2020
},
2121
{
22-
"type": "mnt",
22+
"type": "mount",
2323
},
2424
{
2525
"type": "ipc",
@@ -37,7 +37,7 @@ If a path is specified, that particular file is used to join that type of namesp
3737

3838
* **pid** processes inside the container will only be able to see other processes inside the same container.
3939
* **network** the container will have its own network stack.
40-
* **mnt** the container will have an isolated mount table.
40+
* **mount** the container will have an isolated mount table.
4141
* **ipc** processes inside the container will only be able to communicate to other processes inside the same
4242
container via system level IPC.
4343
* **uts** the container will be able to have its own hostname and domain name.

0 commit comments

Comments
 (0)