mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove privileged.json config
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
70593be139
commit
e133d895a6
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"id": "koye",
|
|
||||||
"namespace_pid": 3745,
|
|
||||||
"command": {
|
|
||||||
"args": [
|
|
||||||
"/usr/lib/systemd/systemd"
|
|
||||||
],
|
|
||||||
"environment": [
|
|
||||||
"HOME=/",
|
|
||||||
"PATH=PATH=$PATH:/bin:/usr/bin:/sbin:/usr/sbin",
|
|
||||||
"container=docker",
|
|
||||||
"TERM="
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"rootfs": "/root/main/mycontainer",
|
|
||||||
"namespaces": [
|
|
||||||
"NEWIPC",
|
|
||||||
"NEWNS",
|
|
||||||
"NEWPID",
|
|
||||||
"NEWUTS"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue