Little docker image with a full bash shell and a few network debugging tools
100K+
Little docker image with a full bash shell and a few network debugging tools.
Includes:
CLI:
docker run -d thomseddon/utils:latest
Compose:
utils:
image: thomseddon/utils:latest
networks:
- deep_down_network
docker exec -it $(docker ps | grep thomseddon/utils | cut -d' ' -f 1) /bin/bash
2018 Thom Seddon
Content type
Image
Digest
Size
91.4 MB
Last updated
over 6 years ago
docker pull thomseddon/utils