From acdf05563412345759a1c5a20286bed3cd0e2fe5 Mon Sep 17 00:00:00 2001 From: Kevin Monk Date: Wed, 18 Jan 2017 11:18:32 +0000 Subject: [PATCH 1/2] Remove quotation marks Remove quotation marks around environment variable export for DOCKERCLOUD_NAMESPACE --- docker-cloud/getting-started/deploy-app/2_set_up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-cloud/getting-started/deploy-app/2_set_up.md b/docker-cloud/getting-started/deploy-app/2_set_up.md index 6b8403d0ae..b69f4fe6f2 100644 --- a/docker-cloud/getting-started/deploy-app/2_set_up.md +++ b/docker-cloud/getting-started/deploy-app/2_set_up.md @@ -102,7 +102,7 @@ By default, the `docker-cloud` CLI uses your default user namespace, meaning the repositories, nodes, and services associated with your individual Docker ID account name. To use the CLI to interact with objects that belong to an [organization](../../orgs.md), prefix these commands with -`DOCKERCLOUD_NAMESPACE=my-organization`, or set this variable as in the example below. +DOCKERCLOUD_NAMESPACE=my-organization, or set this variable as in the example below. ```none $ export `DOCKERCLOUD_NAMESPACE=my-organization` From d2912549cd1c073dd03d9f0eb5642f13eb52dcd6 Mon Sep 17 00:00:00 2001 From: LRubin Date: Wed, 18 Jan 2017 11:22:38 -0800 Subject: [PATCH 2/2] Update 2_set_up.md --- docker-cloud/getting-started/deploy-app/2_set_up.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-cloud/getting-started/deploy-app/2_set_up.md b/docker-cloud/getting-started/deploy-app/2_set_up.md index b69f4fe6f2..53432b2bc1 100644 --- a/docker-cloud/getting-started/deploy-app/2_set_up.md +++ b/docker-cloud/getting-started/deploy-app/2_set_up.md @@ -102,10 +102,10 @@ By default, the `docker-cloud` CLI uses your default user namespace, meaning the repositories, nodes, and services associated with your individual Docker ID account name. To use the CLI to interact with objects that belong to an [organization](../../orgs.md), prefix these commands with -DOCKERCLOUD_NAMESPACE=my-organization, or set this variable as in the example below. +`DOCKERCLOUD_NAMESPACE=my-organization`, or set this variable as in the example below. ```none -$ export `DOCKERCLOUD_NAMESPACE=my-organization` +$ export DOCKERCLOUD_NAMESPACE=my-organization ```