Copy edits for typos

Signed-off-by: Ed Costello <epc@epcostello.com>
Upstream-commit: cefb72080d8d30a2f53ac6c7ae91d58e42210661
Component: engine
This commit is contained in:
Ed Costello
2015-08-24 23:02:44 -04:00
parent 322a07231d
commit cb83c53d63
5 changed files with 9 additions and 9 deletions

View File

@ -89,7 +89,7 @@ So, you'll need an entry for both the servers in your local `/etc/hosts` file.
3. Create a `notarytest` directory then change into that.
$ mkdir notarytest
$ cd nostarytest
$ cd notarytest
4. Create a filed called `Dockerfile` with your favorite editor.
@ -191,7 +191,7 @@ root@0710762bb59a:/#
```
Mounting the `docker.sock` gives the `notarysandbox` access to the `docker`
deamon on your host, while storing all the keys and files inside the sandbox
daemon on your host, while storing all the keys and files inside the sandbox
container. When you destroy the container, you destroy the "play" keys.
### Test some trust operations