How to Fix “ping: command not found” in Docker Ubuntu Containers
When working with standard Ubuntu Docker containers, initiated perhaps with a command like docker run -it ubuntu /bin/bash
, attempting to use the ping
utility often results in an error: (more…)