Docker - Security
What is the effect of running this command?
docker run --user 1001 alpine id
docker run --user 1001 alpine id
--user 1001 option runs the container process as user ID 1001 instead of root.id command inside the container prints the current user info, so it will show UID=1001.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions