Skip to content

Docker container with Debian Jessie, nginx 1.10.3, PHP-FPM 7.0.31 and WP-CLI 2.0.0

Notifications You must be signed in to change notification settings

digiBlink/jessie-nginx-php-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digiblink/jessie-nginx-php-fpm Docker Container

Maintained by digiBlink - docker hub link

Container with:

  • Debian Jessie (default time zone Europe/Riga)
  • nginx 1.10.3
  • PHP-FPM 7.0.32 (all necessary extensions to be ready for Wordpress deployment)
  • WP-CLI 2.0.1
  • 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-php-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

About

Docker container with Debian Jessie, nginx 1.10.3, PHP-FPM 7.0.31 and WP-CLI 2.0.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published