Fix broken link to Installation Guide.

This commit is contained in:
Alexander Zeitler 2016-04-08 10:17:53 +02:00
parent c9f0abaf7e
commit 65e20339d9

View File

@ -15,7 +15,7 @@ You can get this IP address using:
$ docker-machine ip harbor.mydomain.com $ docker-machine ip harbor.mydomain.com
``` ```
Make sure to change the `hostname` in `Deploy/harbor.cfg` to `harbor.mydomain.com`, configure everything else according to the [Harbor Installation Guide](../docs/insallation_guide.md) and run `prepare`. Make sure to change the `hostname` in `Deploy/harbor.cfg` to `harbor.mydomain.com`, configure everything else according to the [Harbor Installation Guide](../docs/installation_guide.md) and run `prepare`.
Now, activate the created Docker Machine instance: Now, activate the created Docker Machine instance:
@ -53,4 +53,4 @@ And finally, spin up your Harbor containers:
$ docker-compose up -d $ docker-compose up -d
``` ```
Now you should be able to browse `http://harbor.mydomain.com`. Now you should be able to browse `http://harbor.mydomain.com`.