-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ping: permission denied (are you root?) #8
Comments
First of all good for you to either run this container with limited capabilities or as a non-root user. By default it should work:
If you run it as a non-root user, this is expected behavior on alpine:
Ping used to work in the original nginx image when it was based on Debian Jessie. It had an insecure
However, this doesn't mean it could not work. Ping needs the
So it looks like you do not have the |
@extremeshok I think @nberlee's in-depth answer to this is pretty much the canonical one. Can we close this? |
Unable to run ping on this image.
Example docker-compose, to ensure a server is online before starting will always fail
The text was updated successfully, but these errors were encountered: