Don’t use Docker run –net=host – Don’t use spec.hostNetwork

TL; DR: Running containers in the host network namespace is insecure. Don’t run Docker containers with docker run –net=host . Don’t run… Read more

Similar

Deep Dive into Docker Overlay Networks

At D2SI, we have been using Docker since its very beginning and have been helping many projects go into production. We believe that going into production requires a strong understanding of the technology to be able to debug complex issues, analyze unexpec... (more…)

Read more »