Skip to content

Added a deserializer to BoundHostVolumes#63

Closed
djs98052 wants to merge 1 commit into
kpelykh:masterfrom
djs98052:master
Closed

Added a deserializer to BoundHostVolumes#63
djs98052 wants to merge 1 commit into
kpelykh:masterfrom
djs98052:master

Conversation

@djs98052
Copy link
Copy Markdown

While using docker-java with docker client API v1.11, I was getting errors about processing the Volumes item in the container config. I added a deserializer to BoundHostVolumes that will simply ignore the contents and allow the parser to continue with the rest of the stream.

My original attempt was to parse the object, but since I was unfamiliar with the schema and also unfamiliar with the JsonParser. I have left that attempt in the comments for anyone who would like to pursue it further.

(#43)

@djs98052 djs98052 changed the title Added a deserializer to BoundHostVolumes (#43) Added a deserializer to BoundHostVolumes May 30, 2014
@marcuslinke
Copy link
Copy Markdown
Collaborator

Closed as project moved to https://github.com/docker-java/docker-java. Please check if that issue still persist and reissue there if necessary.

kenshin54 pushed a commit to dianping/docker-java that referenced this pull request Oct 28, 2014
Bind.parse() fails when access mode is specified
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.

3 participants