Skip to content

Instantly share code, notes, and snippets.

@crosbymichael
Created February 8, 2014 02:18
Show Gist options
  • Select an option

  • Save crosbymichael/8875669 to your computer and use it in GitHub Desktop.

Select an option

Save crosbymichael/8875669 to your computer and use it in GitHub Desktop.
{
"capabilities": [
"SETPCAP",
"SYS_MODULE",
"SYS_RAWIO",
"SYS_PACCT",
"SYS_ADMIN",
"SYS_NICE",
"SYS_RESOURCE",
"SYS_TIME",
"SYS_TTY_CONFIG",
"MKNOD",
"AUDIT_WRITE",
"AUDIT_CONTROL",
"MAC_OVERRIDE",
"MAC_ADMIN"
],
"id": "001",
"namespace_pid": -1,
"command": {
"environment": [
"HOME=/",
"PATH=$PATH:/usr/bin:/sbin:/usr/local/bin:/usr/sbin"
],
"args": [
"/bin/bash"
]
},
"rootfs": "/root/development/gocode/src/github.com/docker/libcontainer/namespaces/ubuntu",
"network": null,
"user": "",
"working_dir": "",
"namespaces": [
"NEWIPC",
"NEWNET",
"NEWPID",
"NEWUSER",
"NEWUTS"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment