Closed christamlyn-bridge closed 4 years ago
In the readme all examples use the --privileged flag but its not documented.
--privileged
Docker Swarm does not support the privileged flag, does this mean we cannot use this image?
https://github.com/moby/moby/issues/24862
In theory you don't need --privileged flag. But you have to configure container permissions/capabilities to read/write to docker socket and OS cgroups.
In the readme all examples use the
--privileged
flag but its not documented.Docker Swarm does not support the privileged flag, does this mean we cannot use this image?
https://github.com/moby/moby/issues/24862