This Docker image is based on alpine:3.10.2 and includes the busybox-extras package, providing a lightweight environment with essential utilities, including telnet for network testing and debugging. The image is designed for simplicity and minimal resource usage, making it ideal for development, testing, or minimal telnet-based applications.
Included Libraries
Base Image: alpine:3.10.2
Additional Package: busybox-extras (includes telnet and other lightweight utilities)
Usage
To pull and run this image from Docker Hub:
docker pull keviocastro/iputils
docker run -d keviocastro/iputils sleep 10000
Notes:
The image is minimal and optimized for telnet-related tasks.
For production environments, consider securing the telnet service, as it is an insecure protocol.
Ensure any necessary ports (e.g., 23 for telnet) are exposed or mapped when running the container.
Content type
Image
Digest
sha256:35e9b646d…
Size
4.1 MB
Last updated
about 1 year ago
docker pull keviocastro/iputils