Remove privileged.json config
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
f57ec99edd
commit
e08ab8ca4a
|
@ -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…
Reference in New Issue