This image is based on Alpine and run busybox httpd applet in the background, under init PID 1 (yey!)
Dockerfile:
FROM lyderic/base
MAINTAINER lyderic <[email protected]>
EXPOSE 80
RUN echo '::sysinit:/bin/busybox httpd -h /var/www' > /etc/inittab
Content type
Image
Digest
Size
4.5 MB
Last updated
over 10 years ago
docker pull lyderic/web