Sign inSign up

mmoy/ubuntu-netutils

By mmoy

Updated over 8 years ago

Simple image of a Ubuntu system with basic network utilities (ping, host, curl) pre-installed.

Image
0

10K+

mmoy/ubuntu-netutils repository overview

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

Tag summary

Content type

Image

Digest

Size

98.4 MB

Last updated

over 8 years ago

docker pull mmoy/ubuntu-netutils