A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://code.visualstudio.com/docs/containers/quickstart-container-registries below:

Using container registries

Using container registries

A container registry is a storage and content delivery system, holding named container images, available in different tagged versions.

Users can connect to container registries from the following sources:

Push an image to a container registry

Before you can deploy a container image, the image must be uploaded to a container registry. The image can be uploaded to Docker Hub, Azure Container Registry (ACR) or another registry. You can follow the same steps to push the image regardless of whether you're pushing to Docker Hub, Azure Container Registries, or any other registry. If you don't already have an Azure Container Registry, you can create one during the Push step.

  1. Open the Container Explorer, select Connect Registry... icon under the Registries view, and follow the prompt. Choose the provider (for example, Azure or Docker Hub) and provide the credential to connect to the registry. If prompted, install the Azure Resources extension.

  2. Now the registry will be visible under Registries.

  3. Optionally, tag the image. In order to upload an image to a registry, the image needs to be tagged with registry name so that the docker push will upload it to the right registry. If the image isn't tagged when you try to push it, VS Code asks you what registry you want to associate with the image.

  4. The image shows up in the Container Explorer in the Images view under the registry that the image tag points to. Select this image and choose Push. If the image has not yet been tagged, you're prompted to choose a registry to push to, or create a new registry, and the image is tagged based on the selection.

  5. Once the push command is completed, refresh the registry node where the image is pushed to and the uploaded image will show up.

Docker Hub

This connects to Docker Hub and lists all of the repositories and images under the given account. Once you select this option, you will be required to type in your Docker Hub credentials.

For each repository in the Docker Hub registry, here are the actions that can be performed:

For each tagged image in a repository, here are the actions that can be performed:

Azure Container Registry

This option requires the Azure Resources extension to be able to connect to your Azure account and display all of the different subscriptions and registries. Once authenticated, the node Azure will display the subscriptions along with registries each have:

For each registry, users have different actions that can be performed using the context menu:

For each repository in a given registry, here are the actions that can be performed:

For each tagged image in a repository, here are the actions that can be performed:

GitHub

This connects to container registries in your GitHub account. Once you select this option, you are asked to type in your GitHub account credentials.

For each repository in the GitHub registry, here are the actions that can be performed:

For each tagged image in a repository, here are the actions that can be performed:

Next steps

12/1/2023


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4