> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/docker/install-ping-in-docker.md).

# Install Ping in Docker

`ping` command can be installed in a Docker container using:

```bash
apt-get install -y iputils-ping
```

***Source:*** [***StackOverFlow***](https://stackoverflow.com/a/39901446)
