4 Commits

Author SHA1 Message Date
Jenkins
a759deedf0 Merge "Add detach to docker-toool" 2017-06-30 03:52:38 +00:00
Ian Main
3df4efff61 Add detach to docker-toool
This lets you rerun the container as it was before killing it.

Change-Id: I12b8a1f7058bab621d68aa0e55b3be3e87854574
2017-06-08 19:09:08 -04:00
Ian Main
43d08a0bfa Fix bug in docker-toool where values are sometimes empty.
I was getting empty volumes from the json and it was creating bad
docker command lines.

Change-Id: Ie90fc1afa5711d6b029e98d621507b9cb70c1dbe
2017-06-08 18:57:27 -04:00
Ian Main
27b6188779 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>
2017-02-22 18:29:51 +00:00