mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Remove privileged.json config
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user