diff --git a/README.md b/README.md index f6c037ce0..ee8e4410e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Refer to **[User Guide](docs/user_guide.md)** for more details on how to use Har **Developer Group:** Join Harbor developer group: [harbor-dev@googlegroups.com](https://groups.google.com/forum/#!forum/harbor-dev) for discussion on Harbor development and contribution. To subscribe, send an email to [harbor-dev+subscribe@googlegroups.com](mailto:harbor-dev+subscribe@googlegroups.com). **Slack:** Join Harbor's community for discussion and ask questions: [VMware {code}](https://code.vmware.com/join/), channel: [#harbor](https://vmwarecode.slack.com/messages/harbor). +**Demo Server:** Harbor provides a demo environment with the latest Harbor stable build installed. If you want to have a try, please refer to **[Demo Server](docs/demo_server.md)** for more details. + More info on [partners and users](partners.md). ### Contribution diff --git a/docs/demo_server.md b/docs/demo_server.md new file mode 100644 index 000000000..c1da4338b --- /dev/null +++ b/docs/demo_server.md @@ -0,0 +1,20 @@ +# Demo Server Guide + +**Important!** + - Please note that this demo server is **ONLY** for your trial of Harbor functionalities. + - Please **DO NOT** upload any sensitive images to this server. + - We will **CLEAN AND RESET** the server every **TWO Days**. + - You can only experience the non-admin functionalities on this server. Please follow the **[Installation Guide](installation_guide.md)** to set up a Harbor server to try more advanced features. + - Please do not push large images(>100MB) as the server has limited storage. + +If you encounter any problems during using the demo server, please contact us at email. + +**Usage** + + - 1> The address of the demo server is [https://demo.goharbor.io](https://demo.goharbor.io) + - 2> You can register a new user by yourself + - 3> Then you can use the account/password created in step 2 to log in + ``` + docker login demo.goharbor.io + ``` +You can refer to [User Guide](user_guide.md) for more details on how to use Harbor.