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
The docker swarmkit now provides the ability to add capabilities, could docker-py also provide this functionality?
Specifically, I'd like to add a CapabilityAdd attribute to the ContainerSpec object. Here is an example of adding capability with the docker update service command.
Thanks for your pull request.
My next step is to get ansible's docker_swarm_service module to support this property
so that chrony's service can be started with CapabilityAdd: SYS_TIME.
I'm waiting for this pull request to be officially released.
Hi,
The docker swarmkit now provides the ability to add capabilities, could docker-py also provide this functionality?
Specifically, I'd like to add a CapabilityAdd attribute to the ContainerSpec object. Here is an example of adding capability with the docker update service command.
docker version
The text was updated successfully, but these errors were encountered: