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
I configure the privileged : true configuration in stack.yml and docker stack deploy -c stack.yml warns "Ignoring unsupported options: privileged ", I'd like to know how to get true root permissions for the container in stack.yml.
The text was updated successfully, but these errors were encountered:
The container can run as root (and many containers do so by default); the privileged option controls other security options (effectively, using privileged: true or --privileged disables all security options on a container, therefore making it a security risk to run it in a swarm setup.
I configure the privileged : true configuration in stack.yml and docker stack deploy -c stack.yml warns "Ignoring unsupported options: privileged ", I'd like to know how to get true root permissions for the container in stack.yml.
The text was updated successfully, but these errors were encountered: