Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding 'json:omitempty' on optional Volume fields to avoid errors on Docker #109

Closed
wants to merge 1 commit into from

Conversation

flaviostutz
Copy link

I had a hard to find docker daemon error with the CreatedAt Volume field because go-plugins-helpers was encoding it even when the field was empty.

closes #108

@cblomart
Copy link
Contributor

I guess we had a bit the same problem. i did pull #107 but did not include all optional fields.

@flaviostutz
Copy link
Author

flaviostutz commented Aug 12, 2018 via email

@dave-tucker
Copy link
Contributor

Closing as this was implemented in #107

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.

"No such volume error" thrown by Docker daemon even when creating and returning volume info
3 participants