Hacker News new | ask | show | jobs
by dandarie 1842 days ago
That runs the container as a given usee, but doesn't prevent the container running some processes as a different internal user.
1 comments

If you built the container or inspected it before running you should know what the container is doing. Again, containers like Docker aren't really "meant" to run multiple processes. They are meant to run a single process and your app should be able to run as whatever user you run the container with. If you want to run multiple processes or services inside a single container then ultimately you're better off with a different container solution.