From 99a086420b156cd9a074329186fad2d65bfb0d3e Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Sun, 18 Sep 2016 16:52:19 +0200 Subject: [PATCH] testdata: update container_config to be usable Signed-off-by: Antonio Murdaca --- testdata/container_config.json | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) 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"