LMSouq
server-admin Open

Docker - Ubuntu - bash: ping: command not found

SN
Snowcrash
1 month ago
3 views
Problem Description
I've got a Docker container running Ubuntu which I did as follows: docker run -it ubuntu /bin/bash however it doesn't seem to have `ping`. E.g. bash: ping: command not found Do I need to install that? Seems a pretty basic command to be missing. I tried `whereis ping` which doesn't report anything.

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base