Sign inSign up

crisjk93/apache2

By crisjk93

Updated about 8 years ago

Image
0

39

crisjk93/apache2 repository overview

FROM debian:latest RUN apt-get update && apt-get install apache2 -y ENTRYPOINT ["/usr/sbin/apache2", "-k", "start"] EXPOSE 80 443 CMD service apache2 start

Tag summary

Content type

Image

Digest

Size

89.6 MB

Last updated

about 8 years ago

docker pull crisjk93/apache2