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/) - [docker and docker-compose](http://docs.docker.com/compose/install/)
- [Notary server configuration](#configure-notary-server) - [Notary server configuration](#configure-notary-server)
As setup, lets build notary and then start up a local notary-server (don't forget 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`).
to add `127.0.0.1 notary-server` to your `/etc/hosts`).
```sh ```sh
make binaries make binaries