The startup script reports an error, how to solve it? Do containers support Kubernetes environments?
The startup script reports an error, how to solve it? Do containers support Kubernetes environments?
Thinks
-2
-
This is not the place for support, this is for feedback.
Regardless,
1. Confirm if user namespaces are enabled by checking the Docker daemon configuration
cat /etc/docker/daemon.json
2. If docker namespaces are enabled, disable them.
sudo nano /etc/docker/daemon.json (remove the value of userns-remap)
3. Restart Docker daemon & run the command again
sudo systemctl restart docker
If for some reason you can't disable user namespaces, consider using a different network mode instead of host.
Anyways, please do not use this for support any further.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar