DCA Exam QuestionsBrowse all questions from this exam

DCA Exam - Question 45


Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used? user

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
I_am_still_a_robot
Jan 23, 2024

A If you intend to use user namespaces in Docker, you need to explicitly enable them in the Docker daemon configuration. This involves modifying the Docker daemon configuration file (usually located at /etc/docker/daemon.json) and adding the "userns-remap" option with the desired configuration.

LightfoodOption: A
Aug 21, 2024

Also sure that "user" has to be enabled first as namespace