Merge pull request #48 from ElliotChong/feature/docker-pull-instructions

Adding a note about pulling the mongo docker image for versions other than the default
This commit is contained in:
Jose Diaz-Gonzalez
2015-12-18 16:12:19 -05:00

View File

@@ -54,6 +54,11 @@ dokku mongo:create lolipop
export MONGO_IMAGE="mongo"
export MONGO_IMAGE_VERSION="3.0.5"
# be sure to pull the specific Docker
# image you'd like to install if it
# differs from the default
docker pull mongo:3.0.5
# you can also specify custom environment
# variables to start the mongo service
# in semi-colon separated forma