Sign inSign up

lyderic/web

By lyderic

Updated over 10 years ago

Basic httpd

Image
0

2.5K

lyderic/web repository overview

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

Tag summary

Content type

Image

Digest

Size

4.5 MB

Last updated

over 10 years ago

docker pull lyderic/web