You can try this in the powershell:
docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -i sh
I saw it in a video somewhere, but I don’t find the link anymore It works for me.
Share and learn in the Docker community.
You can try this in the powershell:
docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -i sh
I saw it in a video somewhere, but I don’t find the link anymore It works for me.