summaryrefslogtreecommitdiff
path: root/test/demos.sh
Commit message (Collapse)AuthorAge
* Match podman inspect output to docker inspectumohnani82018-02-06
Made a change to make sure that the output paths of podman inspect matches that of docker inspect. For example to get the stop signal you should be able to do podman inspect ctr --format {{.Config.StopSignal}} and the same thing in docker will give the same results. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #292 Approved by: rhatdan