diff --git a/AUTHORS b/AUTHORS index 8e9802ff4..e03722c33 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,17 +1,27 @@ # This file lists all individuals having contributed content to the repository. Alexander Zeitler +Alexey Erkak +Allen Heavey Amanda Zhang Benniu Ji Bobby Zhang Chaofeng Wu Daniel Jiang +Deshi Xiao +Guangping Fu Haining Henry Zhang Hao Xia Jack Liu +Jessy Zhang Kun Wang +Mahesh Paolini-Subramanya +Meng Wei +Nagarjun G Peng Zhao +Robin Naundorf Shan Zhu Victoria Zheng Wenkai Yin +Yahao He Yan Wang diff --git a/docs/installation_guide.md b/docs/installation_guide.md index 17bd8c8d9..3edd8bbd9 100644 --- a/docs/installation_guide.md +++ b/docs/installation_guide.md @@ -56,7 +56,7 @@ The parameters are described below - note that at the very least, you will need By default, Harbor stores images on your local filesystem. In a production environment, you may consider using other storage backend instead of the local filesystem, like S3, Openstack Swift, Ceph, etc. -What you need is to update the section of `storage` in the file `Deploy/templates/registry/config.yml`. +What you need to update is the section of `storage` in the file `Deploy/templates/registry/config.yml`. For example, if you use Openstack Swift as your storage backend, the section may look like this: ``` @@ -75,7 +75,7 @@ _NOTE: For detailed information on storage backend of a registry, refer to [Regi #### Building and starting Harbor -Once **harbord.cfg** is configured, build and start Harbor as follows. Note that the docker-compose process can take a while. +Once **harbord.cfg** and storage backend (optional) are configured, build and start Harbor as follows. Note that the docker-compose process can take a while. ```sh $ cd Deploy