update installation guide

This commit is contained in:
Henry Zhang 2016-07-20 10:34:15 +08:00
parent 25bddd2922
commit fcfbf0fe89

View File

@ -96,7 +96,7 @@ Once **harbord.cfg** and storage backend (optional) are configured, build and st
Generated configuration file: ./config/registry/root.crt
The configuration files are ready, please use docker-compose to start the service.
$ sudo docker-compose up --build -d
$ sudo docker-compose up -d
```
_If everything worked properly, you should be able to open a browser to visit the admin portal at http://reg.yourdomain.com . Note that the default administrator username/password are admin/Harbor12345 ._