alpine:edge-based dockerization of
debian:stable-slim-based dockerization of
scratch-based single-binary container image which
As the site says:
The following shell function can assist in running this image interactively:
imagename() {
docker run \
--rm \
--interactive \
--tty \
--volume "$(pwd):/work" \
"backplane/imagename" \
"$@"
}
FROM backplane/imagename as builder