Update 2_set_up.md

This commit is contained in:
LRubin
2017-01-18 11:22:38 -08:00
committed by GitHub
parent acdf055634
commit d2912549cd

View File

@@ -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
```