diff --git a/testdata/container_config.json b/testdata/container_config.json index f6894a3e..4b28cf7c 100644 --- a/testdata/container_config.json +++ b/testdata/container_config.json @@ -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"