1
0
Fork 0
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:
Michael Crosby 2014-02-19 22:46:02 -08:00
parent 70593be139
commit e133d895a6

View file

@ -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"
]
}