s6-overlay is an easy-to-install (just extract a tarball or two!) set of scripts and utilities allowing you to use existing Docker images while using s6 as a pid 1 for your container and process supervisor for your services.
FROM ubuntu:22.04
COPY --from=dph5199278/s6-overlay /s6-overlay /
ENTRYPOINT ["/init"]
...
Content type
Image
Digest
sha256:1d5e508b9…
Size
27.9 MB
Last updated
about 1 year ago
docker pull dph5199278/s6-overlay