Skip to main content
peanball.net
  1. Tags/

Networking

2023


2022


Sharing Network Namespaces in Docker Reading List

<time datetime="2022-08-24 14:38:13 &#43;0200 &#43;0200">24 August 2022</time><span class="px-2 text-primary-500">&middot;</span><span>54 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span>

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...