Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 944 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 944 Bytes

digiblink/jessie-nginx-php5-fpm Docker Container

Maintained by digiBlink - docker hub link

Container with:

  • Debian Jessie (default time zone Europe/Riga)
  • nginx 1.6.2
  • PHP-FPM 5.6.38
  • WP-CLI 2.4.0
  • git

Based on following containers:

Usage

To get it running just enter:

docker run -d --name your_container -v /sites/yourdomain.com:/DATA -p 80:80 -t digiblink/jessie-nginx-php5-fpm

After that you can use BusyBox bash, to log into container and use WP-CLI, to install WordPress:

docker exec -ti your_container bash

After logging in issue following commands:

su nginx
cd /DATA
wp-cli