X Tutup
Skip to content

Change VolumesFrom to handle array#31

Merged
marcuslinke merged 1 commit intodocker-java:masterfrom
vnugent:master
Jul 29, 2014
Merged

Change VolumesFrom to handle array#31
marcuslinke merged 1 commit intodocker-java:masterfrom
vnugent:master

Conversation

@vnugent
Copy link
Copy Markdown

@vnugent vnugent commented Jul 29, 2014

Calling Inspect command on containers created by openshift/geard failed because HostConfig-> VolumesFrom is an array.
"VolumesFrom": [ "rockmongo-1-data" ]

marcuslinke added a commit that referenced this pull request Jul 29, 2014
Change VolumesFrom to handle array
@marcuslinke marcuslinke merged commit 5c84e6f into docker-java:master Jul 29, 2014
@marcuslinke
Copy link
Copy Markdown
Contributor

@vnugent Thanks for fixing this!

@vnugent
Copy link
Copy Markdown
Author

vnugent commented Jul 29, 2014

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,
Viet

On Jul 29, 2014, at 2:55 PM, marcuslinke notifications@github.com wrote:

@vnugent Thanks for fixing this!


Reply to this email directly or view it on GitHub.

@marcuslinke
Copy link
Copy Markdown
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup