2016-08-01 17:39:42 +00:00
|
|
|
{
|
2016-09-18 14:52:19 +00:00
|
|
|
"metadata": {
|
|
|
|
"name": "container1"
|
|
|
|
},
|
2016-08-01 17:39:42 +00:00
|
|
|
"image": {
|
|
|
|
"image": "docker://redis:latest"
|
|
|
|
},
|
|
|
|
"command": [
|
|
|
|
"/bin/bash"
|
|
|
|
],
|
|
|
|
"args": [
|
|
|
|
"/bin/ls"
|
|
|
|
],
|
|
|
|
"working_dir": "/",
|
|
|
|
"envs": [
|
|
|
|
{
|
|
|
|
"key": "PATH",
|
|
|
|
"value": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "TERM",
|
|
|
|
"value": "xterm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "TESTDIR",
|
|
|
|
"value": "test/dir1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "TESTFILE",
|
|
|
|
"value": "test/file1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"labels": {
|
|
|
|
"type": "small",
|
|
|
|
"batch": "no"
|
|
|
|
},
|
|
|
|
"annotations": {
|
|
|
|
"owner": "dragon",
|
|
|
|
"daemon": "ocid"
|
|
|
|
},
|
|
|
|
"privileged": true,
|
|
|
|
"readonly_rootfs": true,
|
|
|
|
"log_path": "container.log",
|
|
|
|
"stdin": false,
|
|
|
|
"stdin_once": false,
|
|
|
|
"tty": false,
|
|
|
|
"linux": {
|
|
|
|
"resources": {
|
|
|
|
"cpu_period": 10000,
|
|
|
|
"cpu_quota": 20000,
|
|
|
|
"cpu_shares": 512,
|
|
|
|
"memory_limit_in_bytes": 88000000,
|
|
|
|
"oom_score_adj": 30
|
|
|
|
},
|
|
|
|
"capabilities": {
|
|
|
|
"add_capabilities": [
|
|
|
|
"setuid",
|
|
|
|
"setgid"
|
|
|
|
],
|
|
|
|
"drop_capabilities": [
|
|
|
|
"audit_write",
|
|
|
|
"audit_read"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"selinux_options": {
|
2016-08-18 22:52:09 +00:00
|
|
|
"user": "system_u",
|
|
|
|
"role": "system_r",
|
|
|
|
"type": "svirt_lxc_net_t",
|
|
|
|
"level": "s0:c4-c5"
|
2016-08-01 17:39:42 +00:00
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"uid": 5,
|
|
|
|
"gid": 300,
|
|
|
|
"additional_gids": [
|
|
|
|
400,
|
|
|
|
401,
|
|
|
|
402
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|