Update README with docker-machine instructions

Signed-off-by: Ying Li <ying.li@docker.com>
This commit is contained in:
Ying Li 2015-10-12 18:41:31 -07:00
parent b18e890e1c
commit 27e3d7e06c
1 changed files with 2 additions and 3 deletions

View File

@ -42,8 +42,7 @@ Prerequisites:
- [docker and docker-compose](http://docs.docker.com/compose/install/)
- [Notary server configuration](#configure-notary-server)
As setup, lets build notary and then start up a local notary-server (don't forget
to add `127.0.0.1 notary-server` to your `/etc/hosts`).
As setup, lets build notary and then start up a local notary-server (don't forget to add `127.0.0.1 notary-server` to your `/etc/hosts`, or if using docker-machine, add `$(docker-machine ip) notary-server`).
```sh
make binaries
@ -191,4 +190,4 @@ $ notary list diogomonica.com/openvpn
* fatal: Get https://notary-server:4443/v2/: x509: certificate signed by unknown authority
$ notary list diogomonica.com/openvpn -c cmd/notary/config.json
latest b1df2ad7cbc19f06f08b69b4bcd817649b509f3e5420cdd2245a85144288e26d 4056
```
```