docker run --network host myimage
Category: Docker
docker run --network host myimage
Use the host network stack directly (no network isolation)
Bypasses Docker's network namespace isolation — the container shares the host's network interfaces directly.