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
Content type
Image
Digest
Size
89.6 MB
Last updated
about 8 years ago
docker pull crisjk93/apache2