Comment on Debugging why ping was Broken in Docker ImagesparentComments−mh-10yThis leads to unpleasant situations like a web server having to run as root, even if (usually) only temporarily, solely because it needs to bind port 80.not on modern linux. see CAP_NET_BIND_SERVICE in `man 7 capabilities`.
Comments
This leads to unpleasant situations like a web server having to run as root, even if (usually) only temporarily, solely because it needs to bind port 80.
not on modern linux. see CAP_NET_BIND_SERVICE in `man 7 capabilities`.