Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jyeary/centos-systemd-httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Centos 7 with Apache Web Server

To build the image docker build --rm -t centos-systemd-httpd:7 .

To run it on Mac use the following command:

docker run -d -e=container=docker --stop-signal=SIGRTMIN+3 -p 80:80 --tmpfs /tmp --tmpfs /run -v /sys/fs/cgroup:/sys/fs/cgroup:ro centos-systemd-httpd:7

About

Centos 7 using systemd with Apache Web Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published