Install Ping in Docker

ping command can be installed in a Docker container using:

$ apt-get install -y iputils-ping

Source: StackOverFlowarrow-up-right

Last updated