Conceptual
Login

Docker None Network Mode

--network none gives the container a network namespace containing only the loopback interface — no veth, no routes, no DNS — so the process can talk to itself but nothing else. It is the correct mode for batch jobs that must be provably offline and for containers whose networking is wired up manually or by a CNI plugin.

This Concept is waiting for its first lesson!

--network none gives the container a network namespace containing only the loopback interface — no veth, no routes, no DNS — so the process can talk to itself but nothing else. It is the correct mode for batch jobs that must be provably offline and for containers whose networking is wired up manually or by a CNI plugin.

Are you a teacher? Sign in to start contributing.

Sign In