anh-ngo-saltovn / docker-httpd-ssi

Docker build for SSI-enabled Apache 2.4 Alpine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-httpd-ssi

Docker build for SSI-enabled Apache 2.4 Alpine

Usage

build

docker build -t nnasaki/httpd-ssi .

If you want, you can use already build image at Docker Hub

run

Example for show current directory.

docker run --rm -p 10080:80 --name httpd-ssi -v "$PWD":/usr/local/apache2/htdocs/ nnasaki/httd-ssi

You can see server include files.

About

Docker build for SSI-enabled Apache 2.4 Alpine

License:MIT License