diff --git a/podman-notebook/Containerfile b/podman-notebook/Containerfile index b8f0735..2a7b644 100644 --- a/podman-notebook/Containerfile +++ b/podman-notebook/Containerfile @@ -1,5 +1,5 @@ # The instructions for this image were put together with heavy influence from the Jupyter Docker stack and Pangeo base images. -# Containerfile for base of the Podman notebook image used +# Containerfile used as the base of the custom Podman notebook image FROM quay.io/podman/stable:latest # Fix: https://github.com/hadolint/hadolint/wiki/DL4006