A Dockerfile that installs the latest wordpress, nginx, php-apc, php-fpm and opens. Now with memcached caching straight from NGiNX!
7.7K
A Dockerfile that installs the latest wordpress, memcached, nginx, php-apc, php-fpm and openssh.
Now with memcached caching straight from NGiNX!
This is a modified fork from eugeneware. Most credits should go to him.
To spawn a new instance of wordpress:
$ sudo docker run -p 80 -p 22 -d -t oskarhane/docker-wordpress-nginx-ssh
You'll see an ID output like: d404cc2fa27b
This command returns the container ID, which you can use to find the external port you can use to access Wordpress from your host machine:
$ docker port <container-id> 80
You can the visit the following URL in a browser on your host machine to get started:
http://127.0.0.1:<port>
To enable memcached caching straight from NGiNX, goto WP-FFPC settings page and press the save button. Thats it.
To get the SSH user wordpress's password so you can login and edit files, check the top of the docker container logs for it.
$ docker logs <container-id>
Content type
Image
Digest
sha256:eb7e002c7…
Size
194.1 MB
Last updated
almost 11 years ago
docker pull oskarhane/docker-wordpress-nginx-ssh