This will be baseline image for most of other images
844
Baseline will use alpine image. This alpine image will have some default tools:
RUN:
docker run -it --rm dvmfa90/baseline:latest
This will log you into the container using fish shell by default
With --rm container will be removed after you exit
docker run -it dvmfa90/baseline:latest /bin/sh
This will log you into the container using sh shell
Content type
Image
Digest
sha256:9aed5c98b…
Size
18.8 MB
Last updated
almost 2 years ago
docker pull dvmfa90/baseline