From 2e96acf3007cbd05a37a8af7156f0abda073cb5a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 11 Feb 2018 06:05:29 -0500 Subject: Change json to match docker inspect Changing these fields caused the output of podman inspect to more closely match docker inspect. Signed-off-by: Daniel J Walsh Closes: #306 Approved by: mheon --- docs/podman-inspect.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/podman-inspect.1.md b/docs/podman-inspect.1.md index e40dfa29f..9f39deceb 100644 --- a/docs/podman-inspect.1.md +++ b/docs/podman-inspect.1.md @@ -46,7 +46,7 @@ Display the total file size if the type is a container "Parent": "", "Comment": "", "Created": "2017-11-14T21:07:08.475840838Z", - "Config": { + "ContainerConfig": { "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "DISTTAG=f27container", -- cgit v1.2.3-54-g00ecf