Fix the command and typo for trust_sandbox

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang 2016-10-14 17:35:13 +08:00
parent 43d996cb52
commit adbe6d1dac
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ Finally, you'll need to have a text editor installed on your local system or VM.
## What is in the sandbox?
If you are just using trust out-of-the-box you only need your Docker Engine
client and access to the Docker hub. The sandbox mimics a
client and access to the Docker Hub. The sandbox mimics a
production trust environment, and sets up these additional components.
| Container | Description |
@ -70,8 +70,8 @@ the `trustsandbox` container, the Notary server, and the Registry server.
1. Create a new `trustsandbox` directory and change into it.
$ mkdir `trustsandbox`
$ cd `trustsandbox`
$ mkdir trustsandbox
$ cd trustsandbox
2. Create a filed called `docker-compose.yml` with your favorite editor. For example, using vim: