Write out a json file containing container startup info and create tool to use it.
authorIan Main <imain@redhat.com>
Thu, 9 Feb 2017 21:23:59 +0000 (16:23 -0500)
committerIan Main <imain@redhat.com>
Wed, 22 Feb 2017 18:29:51 +0000 (18:29 +0000)
commit27b61887798fbfb88f293b4778633f969829d3ac
tree2365457becc8958e6ec93639a1be90708dd1c8f2
parent5be125e1171671960f0593d2f14ecf7f3d4abba5
Write out a json file containing container startup info and create tool to use it.

This adds a bit to the post.yaml for docker to write out a json file
containing all the information on how we are start docker containers
(thanks Dan!).  I've then written a script that parses this that can
be used to execute docker run commands in various ways for debugging
purposes.

Change-Id: I36d66b42d1ac5030db8841820d4fc512a71d1285
Co-Authored-by: Dan Prince <dprince@redhat.com>
docker/docker-toool [new file with mode: 0755]
docker/post.j2.yaml