testdata: update container_config to be usable

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-09-18 16:52:19 +02:00
parent 4fd1c583ad
commit 99a086420b
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -1,5 +1,7 @@
{
"name": "container1",
"metadata": {
"name": "container1"
},
"image": {
"image": "docker://redis:latest"
},
@ -28,22 +30,6 @@
"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": {
"type": "small",
"batch": "no"