Sign inSign up

walkonthemarz/pa_base

By walkonthemarz

•Updated over 7 years ago

pa_base image with opencv,php7.1 installed

Image
0

180

walkonthemarz/pa_base repository overview

⁠README

A dockerfile to create a centos6.8 httpd24-php7.1.8-fpm image.

⁠Pathology docker image
⁠How do I get set up?
  • RPMs come from Wizard⁠
  • Using supervisord to monitor and control httpd24 and php-fpm process.
  • Web dir locates at /var/www/html/app/public, you can use -v arg to mount your php project dir.
  • Httpd and php-fpm log locate at /var/www/html/log, you can also mount a specific dir on it.
  • Https SSLCertificateFile locates at /etc/letsencrypt/live/cert.pem,SSLCertificateKeyFile locates at /etc/letsencrypt/live/privkey.pem, SSLCertificateChainFile locates at /etc/letsencrypt/live/chain.pem
docker run -d -v your_web_dir:/var/www/html/app/public -v your_log_dir:/var/www/html/log -v your_letsencrypt_dir:/etc/letsencrypt -p 80:80 -p 443:443 --name your_container_name walkonthemarz/centos6.8_pa
⁠Contribution guidelines
  • Writing tests
  • Code review
  • Other guidelines
⁠Who do I talk to?
  • Repo owner or admin
  • Other community or team contact

Tag summary

Content type

Image

Digest

Size

387.2 MB

Last updated

over 7 years ago

docker pull walkonthemarz/pa_base