Skip to the content.

Install Ping in Docker

ping command can be installed in a Docker container using:

$ apt-get install -y iputils-ping

Source: StackOverFlow