Start a Pod in the PID Namespace from another POD title: “Start a Pod in the PID Namespace from another POD” date: 2020-12-08T20:42:47 slug: start-a-pod-in-the-pid-namespace-from-another-pod The processes see themselves docker run --name c2 --pid=container:c1 -d ubuntu sh -c 'sleep 999d'