Allow to manage Linux capabilities in CreateContainerCmd by albers · Pull Request #106 · docker-java/docker-java

added 2 commits

December 3, 2014 11:17
This avoids errors when entering capabilities due to different capabilty
names, e.g. "MKNOD" in docker vs. "CAP_MKNOD" in Linux manpages.
It also gives a natural home for documenting the meaning of the
individual values.
This was previously only availabale in StartContainerCmd.
The introduction of HostConfig as a parameter to /containers/create in
Docker API v1.15 allows to specify capabilites here as well.

marcuslinke added a commit that referenced this pull request

Dec 3, 2014
Allow to manage Linux capabilities in CreateContainerCmd