Fixes for startContainerCmd by patelrit · Pull Request #22 · docker-java/docker-java

added 5 commits

July 14, 2014 10:01
The accept header was being set incorrectly to text instead of json.
Also added a defensive null check in JsonClientFilter.
Using top command instead of true so that the container keeps running
and returns the valid state
The accept header was being set incorrectly to text instead of json.
Also added a defensive null check in JsonClientFilter.
Conflicts:

src/test/java/com/github/dockerjava/client/command/StartContainerCmdTest
.java

marcuslinke added a commit that referenced this pull request

Jul 15, 2014
Fixes for startContainerCmd