Last updated 4 years ago
Bypass network, pid, and IPC namespaces. Mount host filesystem to /host and chroot to host in container.
/host
host
docker run -ti --privileged --net=host --pid=host --ipc=host --volume /:/host busybox chroot /host
The Most Pointless Docker Command Ever -