Simple image of a Ubuntu system with basic network utilities (ping, host, curl) pre-installed.
10K+
Simple image of a Ubuntu system with basic network utilities (ping, host, curl) pre-installed. Useful to debug network issues (e.g. when the network is broken enough within the container and "apt install" doesn't work).
The Dockerfile is as simple as:
FROM ubuntu:latest
RUN apt-get update && apt-get install -y iputils-ping bind9-host curl
Content type
Image
Digest
Size
98.4 MB
Last updated
over 8 years ago
docker pull mmoy/ubuntu-netutils