mirror of https://github.com/docker/docs.git
Update README with docker-machine instructions
Signed-off-by: Ying Li <ying.li@docker.com>
This commit is contained in:
parent
b18e890e1c
commit
27e3d7e06c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue