Skip to content

rawadhilal88/docker-armhf-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This docker file enables you to easily configure an Apache docker container.
To run it call:
docker run --name apache -v /var/www:/var/www -p 80:80 -p 443:443 eagos/armhf-apache


The following is an example of a systemd service. ``` [Unit] Description=Docker apache server. After=docker.service

[Service] ExecStartPre=-/usr/local/bin/docker rm apache ExecStart=/usr/local/bin/docker run --name apache -v /var/www:/var/www -p 80:80 -p 443:443 eagos/armhf-apache Restart=on-failure TimeoutSec=20

[Install] WantedBy=multi-user.target

About

Docker container for apache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published