testdata: update container_config to be usable
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
4fd1c583ad
commit
99a086420b
1 changed files with 3 additions and 17 deletions
20
testdata/container_config.json
vendored
20
testdata/container_config.json
vendored
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "container1",
|
"metadata": {
|
||||||
|
"name": "container1"
|
||||||
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"image": "docker://redis:latest"
|
"image": "docker://redis:latest"
|
||||||
},
|
},
|
||||||
|
@ -28,22 +30,6 @@
|
||||||
"value": "test/file1"
|
"value": "test/file1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"mounts": [
|
|
||||||
{
|
|
||||||
"name": "mount1",
|
|
||||||
"container_path": "/dir1",
|
|
||||||
"host_path": "/tmp/dir1",
|
|
||||||
"readonly": false,
|
|
||||||
"selinux_relabel": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "mount2",
|
|
||||||
"container_path": "/dir2",
|
|
||||||
"host_path": "/tmp/dir2",
|
|
||||||
"readonly": true,
|
|
||||||
"selinux_relabel": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"labels": {
|
"labels": {
|
||||||
"type": "small",
|
"type": "small",
|
||||||
"batch": "no"
|
"batch": "no"
|
||||||
|
|
Loading…
Reference in a new issue