The ping utility is super useful for debugging network issues on docker, but it's package name is not as intuitive as ping
.
To get it on your docker (for slim
based environments) type:
apt-get install iputils-ping
April 18, 2019
Originally posted by me on Hashrocket TIL
The ping utility is super useful for debugging network issues on docker, but it's package name is not as intuitive as ping
.
To get it on your docker (for slim
based environments) type:
apt-get install iputils-ping