Skip to main content
  1. Tags/

Cgroups

2022


Sharing Network Namespaces in Docker Reading List

·54 words·1 min

A guide on how to share the network namespace with another container. This is how a Pod in Kubernetes contains multiple containers. If you’re not working with Kubernetes but e.g. with Docker or docker-compose, this works in the same way pretty much.

More...