Fix type in README

This commit is contained in:
Ric Harvey
2015-02-13 12:41:38 +00:00
parent 4987fab3e9
commit 2ff4e0a1ac

View File

@@ -16,12 +16,12 @@ The Docker hub build can be found here: [https://registry.hub.docker.com/u/richa
Pull the image from the docker index rather than downloading the git repo. This prevents you having to build the image on every docker host. Pull the image from the docker index rather than downloading the git repo. This prevents you having to build the image on every docker host.
``` ```
docker pull richarvey/nginx-pfp-fpm:latest docker pull richarvey/nginx-php-fpm:latest
``` ```
To pull the Stable Version: To pull the Stable Version:
``` ```
docker pull richarvey/nginx-pfp-fpm:stable docker pull richarvey/nginx-php-fpm:stable
``` ```
## Running ## Running
To simply run the container: To simply run the container: