Created
October 25, 2021 01:03
-
-
Save NitescuLucian/0edf361fca7ae8a24d7d1b95221a4060 to your computer and use it in GitHub Desktop.
Disable "Isolate containers with a user namespace"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# simple disable for https://docs.docker.com/engine/security/userns-remap/ | |
sudo service docker stop | |
sudo rm /etc/docker/daemon.json | |
sudo service docker start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment