DCA · Question #62
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used? Solution: net
The correct answer is B. No. The net (network) Linux kernel namespace is not disabled by default and is used by Docker for network isolation.
Question
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used? Solution: net
Options
- AYes
- BNo
How the community answered
(50 responses)- A8% (4)
- B92% (46)
Why each option
The `net` (network) Linux kernel namespace is not disabled by default and is used by Docker for network isolation.
The `net` namespace is a core feature for container network isolation, enabled by default, and Docker uses it without requiring specific runtime daemon flags.
The `net` namespace is a standard Linux kernel namespace used for isolating network stacks, enabled by default, and is essential for Docker to provide isolated networking for containers. Docker uses this namespace without requiring any special daemon runtime flags to enable it.
Concept tested: Docker and Linux namespaces (net)
Source: https://docs.docker.com/get-started/overview/#namespaces
Topics
Community Discussion
No community discussion yet for this question.