1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/libcontainer/ubuntu.json

23 lines
513 B
JSON
Raw Normal View History

{
"id": "koye",
"namespace_pid": 3745,
"command": {
"args": [
"/sbin/init"
],
"environment": [
"HOME=/",
"PATH=PATH=$PATH:/bin:/usr/bin:/sbin:/usr/sbin",
"container=docker",
"TERM=xterm"
]
},
"rootfs": "/var/lib/docker/btrfs/subvolumes/7c0f15df1ad2e2fe04d7a6e079aec17406e9465a6a37dd16cb0dd754fc0167b3",
"namespaces": [
"NEWIPC",
"NEWNS",
"NEWPID",
"NEWUTS"
]
}