Simple *curl* container for use in demos and Pluralsight courses
1.6K
curl containerSimple container with curl and a few other network utilities installed.
This started out with just curl installed. But over time it's I've added other utilities.
Permanent references:
FROM ubuntu
LABEL maintainer="Nigel Poulton [email protected] @nigelpoulton"
# Update packages and install utilities
RUN apt-get update && apt-get install -y \
curl \
dnsutils
Content type
Image
Digest
Size
66.7 MB
Last updated
about 6 years ago
docker pull nigelpoulton/curl:1.0