Sign inSign up

reneice/centos-httpd

By reneice

•Updated about 11 years ago

CentOS7 + httpd and option PHP or Perl

Image
0

1.3K

reneice/centos-httpd repository overview

⁠CentOS7 + httpd

  • latest
  • php
  • perl

⁠install

⁠simple httpd only
docker run --name some-centos-httpd -p 80:80 -d reneice/centos-httpd:latest
⁠php
docker run --name some-centos-httpd-php -p 80:80 -d reneice/centos-httpd:php
⁠perl
docker run --name some-centos-httpd-perl -p 80:80 -d reneice/centos-httpd:perl

⁠memo

⁠bash

please replace your container name to 'centos7-httpd'

docker exec -it centos7-httpd bash

Tag summary

Content type

Image

Digest

sha256:2269f0b2e…

Size

115.6 MB

Last updated

about 11 years ago

docker pull reneice/centos-httpd