From 17737ab02636aa1e6dec89e9df9734cf781b3604 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Tue, 27 Jan 2015 18:22:49 +0000 Subject: [PATCH] README updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67fe6d0..a346ab0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To pull a repository and specify a branch add the GIT_BRANCH environment variabl sudo docker run -e 'GIT_REPO=git@git.ngd.io:ngineered/ngineered-website.git' -e 'GIT_BRANCH=stage' -v /opt/ngddeploy/:/root/.ssh -p 8080:80 -d richarvey/nginx-php-fpm ``` ### Linking -Linking to containers also exposes the linked container environment variables which is useful for [templating](templating) and configuring web apps: +Linking to containers also exposes the linked container environment variables which is useful for [templating](#templating) and configuring web apps: Run MySQL container with some extra details: ```bash sudo docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=yayMySQL -e MYSQL_DATABASE=wordpress -e MYSQL_USER=wordpress_user -e MYSQL_PASSWORD=wordpress_password -d mysql