Sign inSign up

iqimei/busybox-httpd-server

By iqimei

Updated about 4 years ago

Image
0

109

iqimei/busybox-httpd-server repository overview

测试的http镜像

Dockerfile

FROM busybox:1.34.1

LABEL maintainer="iqimei"

ENV WEB_DOC_ROOT="/var/www"

RUN echo 'busybox httpd server.' > ${WEB_DOC_ROOT}/index.html

CMD /bin/httpd -f -h ${WEB_DOC_ROOT}

Tag summary

Content type

Image

Digest

Size

754.9 kB

Last updated

about 4 years ago

docker pull iqimei/busybox-httpd-server:v1