Mac OS is missing mtr tool. It could be installed with Homebrew but has to be run with sudo.
100K+
Builds a docker image containing mtr (My traceroute).
Mac OS is missing mtr tool. It can be installed with Homebrew but has to be run with sudo.
Installation requires sudo - you will be prompted for your password.
via curl:
sh -c "$(curl -fsSL https://raw.github.com/jeschu/mtr/master/install-mtr.sh)"
via wget:
sh -c "$(wget https://raw.github.com/jeschu/mtr/master/install-mtr.sh -O -)"
Installs a bash script at /usr/local/bin/mtr. The script executes the following docker run command:
docker run -it --rm --name "mtr-$(uuidgen | cut -c -8)" --hostname "$(hostname)" jeschu/mtr:latest $@
docker pull jeschu/mtr
docker image rm -f jeschu/mtr:latest # remove docker image
sudo rm -v /usr/local/bin/mtr # remove shell script
Content type
Image
Digest
sha256:6929934f5…
Size
4.2 MB
Last updated
10 months ago
docker pull jeschu/mtr