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
When create some container, we need privileged=True. But swarmkit does not support this.
I want to implement this by the following steps:
Add privileged field in ContainerSpec.
Pass privileged to HostConfig when create container.
If it's the right direction, I will submit a PR. :)
Also, there so many container options in docker-engine. If all the options are supported in that way, It's a huge work.Maybe we need have a good way to support all the options?
dmcgowan, nktl, chanwit, hansthen, dlandis and 94 more