This image provides an Apache HTTP server configured for use with the Unify static site generator. It is intended for serving static sites with SSI includes and optimized caching.
# Build the image
docker build -f Dockerfile.apache -t unify-apache .
# Run the container
docker run -d -p 8080:80 unify-apache
apache.confapache.conf. You can override it by mounting your own config.docker run -v $(pwd)/site:/usr/local/apache2/htdocs:ro -d -p 8080:80 unify-apache
fwdslsh/unify
Content type
Image
Digest
sha256:5daf9b1f3…
Size
62.1 MB
Last updated
about 1 year ago
docker pull fwdslsh/unify-apache