Sign inSign up

matoh12/simple-apache2-server

By matoh12

Updated over 2 years ago

Image
0

98

matoh12/simple-apache2-server repository overview

Usage Launch this image locally:

docker run -d --name apache2-container -e TZ=UTC -p 8080:80 -p 8081:443 matoh12/simple-apache2-server

Access your Apache2 server at http://localhost:8080.

Parameters Parameter Description

-e TZ=UTC Timezone.

-p 8080:80 Expose Apache2 on localhost:8080.

-v /local/path/to/website:/var/www/html Mount and serve a local website.

-v /path/to/apache2.conf:/etc/apache2/apache2.conf Local configuration file apache2.conf (try this example).

Tag summary

Content type

Image

Digest

sha256:408905685

Size

112.2 MB

Last updated

over 2 years ago

docker pull matoh12/simple-apache2-server