dockerclient
dockerclient copied to clipboard
Code sample in README is outdated
E.g:
docker.ListContainers(false)
should be
docker.ListContainers(true, false, "")
StartContainer and CreateContainer are not working either... the later one is very easy; I am trying out some changes with the latest to get the correct HostConfig - it barfs with a nil or empty config as second param to HostConfig