Sign inSign up

nigelpoulton/curl

By nigelpoulton

Updated about 6 years ago

Simple *curl* container for use in demos and Pluralsight courses

Image
0

1.6K

nigelpoulton/curl repository overview

Simple curl container

Simple 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:

  • Pluralsight: Kubernetes for Developers: Volumes and Multi-container Pods
  • The Kubernetes Book (StatefulSets chapter)

Dockerfile

FROM ubuntu
LABEL maintainer="Nigel Poulton [email protected] @nigelpoulton"
# Update packages and install utilities
RUN apt-get update && apt-get install -y \
  curl \
  dnsutils

Tag summary

Content type

Image

Digest

Size

66.7 MB

Last updated

about 6 years ago

docker pull nigelpoulton/curl:1.0