Hi all,
In order to ensure the security while giving access to Docker to end-users, I would like to limit access to some docker commands (such as docker exec…) and to enforce some options for docker run (such as “-u UID:GID” and “–rm”…)
Is there an integrated way to do it with Docker? Despite looking for into the documentation, I didn’t find anything but maybe I missed some options…
If no solution from Docker options and configuration, what is the best way to do it?
- A wrapper upon the Docker command line?
- A minimaliste client implementation?
Thank you!