--- title: Manage --- # Manage Container Registry ## Working with Container Registry The following sections describe how you can use Container Registry. ### Create New Container Registry - Click on the "Container Registry” sub-menu available under the Storage section. - You will be directed to the ‘Container Registry manager’ page. - You can provide the project name (optional). - Click on the “Create Container Registry” button. ![Create Container Registry](images/container_registry-2.png) ### Scan Project To scan the project, click on the three dots next to the respective project and then click on scan. ![Scan Project](images/container_registry-3.png) ## Connecting to your Container Registry Enter the following command at a command prompt on your local or client desktop to connect to a container Registry. To manage access tokens kindly refer to [Access Tokens](/docs/myaccount/container_registry/access_tokens/). ```bash docker login registry.e2enetworks.net -u -p ``` ## Push Commands ### Using Docker Enter the following command to push your image on the project. Docker Images - ```bash docker images ``` Create Tag - ```bash docker tag : registry.e2enetworks.net//: ``` Push Images - ```bash docker push registry.e2enetworks.net//: ``` ## Scan Repositories To scan the repository, click on the three dots next to the respective repository and then click on scan. ![Scan](images/container_registry-6.png) ## Scan Artifact To scan the artifact, click on the repository. A new page will open; then, click on the three dots next to the respective artifact. ![Scan](images/container_registry-9.png) ## Delete Artifact To delete the artifact, click on the three dots next to the respective artifact. A confirmation popup will be open, confirm it and click on Delete. ![Delete](images/container_registry-10.png) ![](images/container_registry-11.png) ## Delete Repositories To delete the repository, click on the three dots next to the respective repository. A confirmation popup will be open, confirm it and click on Delete. ![Delete](images/container_registry-7.png) ![Delete](images/container_registry-8.png) ### Delete Project To delete the project, click on the three dots next to the respective project. A confirmation popup will be open, confirm it and click on Delete. ![Delete Project](images/container_registry-4.png) ![Delete Project](images/container_registry-5.png) ---