Expected behavior
sudo inside container should be possible to use
Actual behavior
docker run -it --rm -u 33:33 drud/ddev-webserver:v1.21.4 sudo ls
sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?
Information
- macOS Version: 13.1 Ventura
- Intel chip or Apple chip: Both (and Windows)
- Docker Desktop Version: 4.16.0
Steps to reproduce the behavior
docker run -it --rm -u 33:33 drud/ddev-webserver:v1.21.4 sudo ls
This same thing happens on Docker Desktop for Windows, both from Traditional Windows and WSL2, reported in
Expected behavior
sudo inside container should be possible to use
Actual behavior
Information
Steps to reproduce the behavior
This same thing happens on Docker Desktop for Windows, both from Traditional Windows and WSL2, reported in