You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
I'd like to get an answer to this question as I am experiencing an issue caused by it.
In Docker 1.9.1 an shmsize of 0 is not replaced by the default value. It therefore errors with "SHM size must be greater then 0" (Yes there is a typo of then/than)
I am using Drone CI which uses this library and does not expose the ContainerConfig. Docker >= 1.10 replaces an shmsize of 0 with the default but we are pinned to 1.9.1 for now because we are using Openshift Origin.
If the shmsize and had the json:",omitempty" tag then our issue would be resolved.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Why doesn't all ContainerConfig fields have a
json:"omitempty"
?The text was updated successfully, but these errors were encountered: