1
0
mirror of https://github.com/goharbor/harbor synced 2025-04-19 17:04:15 +00:00

Update demo_server.md

This commit is contained in:
Michael Michael 2019-10-16 20:58:03 -07:00 committed by GitHub
parent 8d65bd6da7
commit 347e96e3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,20 @@
# Demo Server Guide # Demo Server Guide
**Important!** **Important!**
- Please note that this demo server is **ONLY** for your trial of Harbor functionalities. - Please note that this demo server is **ONLY** to be used trial of new Harbor functionality.
- Please **DO NOT** upload any sensitive images to this server. - Please **DO NOT** upload any sensitive images to this server.
- We will **CLEAN AND RESET** the server every **TWO Days**. - We will **CLEAN AND RESET** the server every **couple of 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. - 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 the more advanced features.
- Please do not push large images(>100MB) as the server has limited storage. - Please do not push large images (>100MB) as the server has limited storage.
If you encounter any problems during using the demo server, please open an issue or ping us on [Slack](https://github.com/goharbor/harbor#community). If you encounter any problems during using the demo server, please open an issue or ping us on [Slack](https://github.com/goharbor/harbor#community).
**Usage** **Usage**
- 1> The address of the demo server is [https://demo.goharbor.io](https://demo.goharbor.io) - The address of the demo server is [https://demo.goharbor.io](https://demo.goharbor.io)
- 2> You can register a new user by yourself - You can register as a new user
- 3> Then you can use the account/password created in step 2 to log in - Then you can use the account/password created in step 2 to log in
``` ```
docker login demo.goharbor.io docker login demo.goharbor.io
``` ```
You can refer to [User Guide](user_guide.md) for more details on how to use Harbor. You can refer to the [User Guide](user_guide.md) for more details on how to use Harbor.