CentOS7 + httpd and option PHP or Perl
1.3K
docker run --name some-centos-httpd -p 80:80 -d reneice/centos-httpd:latest
docker run --name some-centos-httpd-php -p 80:80 -d reneice/centos-httpd:php
docker run --name some-centos-httpd-perl -p 80:80 -d reneice/centos-httpd:perl
please replace your container name to 'centos7-httpd'
docker exec -it centos7-httpd bash
Content type
Image
Digest
sha256:2269f0b2e…
Size
115.6 MB
Last updated
about 11 years ago
docker pull reneice/centos-httpd