Change VolumesFrom to handle array#31
Conversation
Change VolumesFrom to handle array
|
@vnugent Thanks for fixing this! |
|
Can you tell me how to get a maven snapshot jar? I'm trying to set up a CI job on circleci and need the latest changes. Thanks,
|
|
@vnugent You can find the latest SNAPSHOT here https://oss.sonatype.org/content/groups/public/com/github/docker-java/docker-java/ Each time something is committed in master branch a jenkins build is triggered at cloudbees.com that does publish the latest SNAPSHOT automatically to https://oss.sonatype.org/content/groups/public repository. |
Calling Inspect command on containers created by openshift/geard failed because HostConfig-> VolumesFrom is an array.
"VolumesFrom": [ "rockmongo-1-data" ]