Question
How can I run my docker Component in an App with the --privileged flag ?
We have an App which has two docker containers. We need to run docker with the –privileged flag in order to allow use of an s3 filesystem mounting module.
How would we get our container to be run with the –privileged flag or equivalent?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×