mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-17 15:55:26 +01:00
Reorganizing project docs
This commit is contained in:
parent
f4310b470c
commit
724efac8f6
@ -54,8 +54,7 @@ This section describes how to use and maintain Harbor after deployment. These da
|
|||||||
This section describes how users with the developer, master, and project administrator roles manage and participate in Harbor projects.
|
This section describes how users with the developer, master, and project administrator roles manage and participate in Harbor projects.
|
||||||
|
|
||||||
- [Introduction](working_with_projects/index.md)
|
- [Introduction](working_with_projects/index.md)
|
||||||
- [Project Creation](working_with_projects/project_overview.md)
|
- [Create Projects](working_with_projects/create_projects.md)
|
||||||
- [Create a Project](working_with_projects/create_projects.md)
|
|
||||||
- [Assign Users to a Project](working_with_projects/add_users.md)
|
- [Assign Users to a Project](working_with_projects/add_users.md)
|
||||||
- [Project Configuration](working_with_projects/project_configuration.md)
|
- [Project Configuration](working_with_projects/project_configuration.md)
|
||||||
- [Access and Search Project Logs](working_with_projects/access_project_logs.md)
|
- [Access and Search Project Logs](working_with_projects/access_project_logs.md)
|
||||||
|
@ -2,9 +2,16 @@
|
|||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
# Create a Project
|
# Create Projects
|
||||||
|
|
||||||
In Harbor, you create different projects to which you assign users so that they can push and pull image repositories. You also configure project-specific settings. When you first deploy Harbor, a default public project named `library` is created.
|
A project in Harbor contains all repositories of an application. Images cannot be pushed to Harbor before a project is created. Role-Based Access Control (RBAC) is applied to projects, so that only users with the appropriate roles can perform certain operations.
|
||||||
|
|
||||||
|
There are two types of project in Harbor:
|
||||||
|
|
||||||
|
* **Public**: Any user can pull images from this project. This is a convenient way for you to share repositories with others.
|
||||||
|
* **Private**: Only users who are members of the project can pull images
|
||||||
|
|
||||||
|
You create different projects to which you assign users so that they can push and pull image repositories. You also configure project-specific settings. When you first deploy Harbor, a default public project named `library` is created.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This section describes how users with the developer, master, and project administrator roles manage and participate in Harbor projects. The Harbor administrator can also perform all of these tasks.
|
This section describes how users with the developer, master, and project administrator roles manage and participate in Harbor projects. The Harbor administrator can also perform all of these tasks.
|
||||||
|
|
||||||
- [Project Creation](project_overview.md)
|
- [Create Projects](create_projects.md)
|
||||||
- [Project Configuration](project_configuration.md)
|
- [Project Configuration](project_configuration.md)
|
||||||
- [Working with Images, Tags, and Helm Charts](working_with_images.md)
|
- [Working with Images, Tags, and Helm Charts](working_with_images.md)
|
||||||
|
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
# Project Creation
|
|
||||||
|
|
||||||
A project in Harbor contains all repositories of an application. Images cannot be pushed to Harbor before a project is created. Role-Based Access Control (RBAC) is applied to projects, so that only users with the appropriate roles can perform certain operations.
|
|
||||||
|
|
||||||
There are two types of project in Harbor:
|
|
||||||
|
|
||||||
* **Public**: Any user can pull images from this project. This is a convenient way for you to share repositories with others.
|
|
||||||
* **Private**: Only users who are members of the project can pull images
|
|
||||||
|
|
||||||
----------
|
|
||||||
|
|
||||||
[Back to table of contents](../index.md)
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user