Today I Learned

hashrocket A Hashrocket project

Get `ping` linux command on docker

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
See More #devops TILs