#######################Download the Apache httpd with CentOS 7#######################
#docker pull sutrs/centos7:httpd
Usage To run (if port 80 is available and open on your host):
#docker run -d -p 80:80 --name httpd sutrs/centos7:httpd
To the port that the container is listening on:
#docker ps
Test
#curl http://localhost:8080
Content type
Image
Digest
Size
103.1 MB
Last updated
over 6 years ago
docker pull sutrs/centos7:httpd