Sign inSign up

building5/dumb-init

By building5

Updated over 8 years ago

Docker image with the `dumb-init` binary, for easier installation.

Image
1

50K+

building5/dumb-init repository overview

dumb-init-image

Tags and Dockerfiles

Info

This is a Docker image with the dumb-init binary in it. You can use this image in a multi-stage build as a super-convenient way to install dumb-init into your images.

FROM building5/dumb-init:1.2.1

FROM node
COPY --from=0 /dumb-init /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/dumb-init", "--"]

# Proceed to Docker as normal

Tag summary

Content type

Image

Digest

Size

29.2 kB

Last updated

over 8 years ago

docker pull building5/dumb-init