Apache puro e limpo no Debian
10K+
docker volume create apache
docker run -d --name='apache' \
--hostname='apache' \
-p 80:80 \
-v apache:/var/www/html \
--restart=always aprendendolinux/apache:latest
Use também o docker-compose.yml.
Content type
Image
Digest
sha256:d72d45751…
Size
86.5 MB
Last updated
about 3 years ago
docker pull aprendendolinux/apache