Sign inSign up

nguyentoanit/centos6-apache-postgresql-php-cron

By nguyentoanit

•Updated about 8 years ago

Centos6, Apache, PostgreSQL, PHP, Cron

Image
0

335

nguyentoanit/centos6-apache-postgresql-php-cron repository overview

⁠Infomations

⁠Author

⁠Dockerfile

  • OS: Centos 6.8

  • Apache: 2.2.15

  • PostgreSQL: 8.4

  • PHP: 5.6.32

  • Description: Lamp stack with cron service. Auto start Lamp stack when user start container

⁠A few commom commands

  • List cron file:
crontab -l
  • Edit cron file:
crontab -e
  • Start/Stop/Restart apache:
service httpd start/stop/restart
  • Initial PostgreSQL database
service postgresql initdb
  • Start/Stop/Restart Postgresql:
service postgresql start/stop/restart

Tag summary

Content type

Image

Digest

Size

260.4 MB

Last updated

about 8 years ago

docker pull nguyentoanit/centos6-apache-postgresql-php-cron