1Z0-1084-20 · Question #58
You want to push a new image in the Oracle Cloud Infrastructure (OCI) Registry. Which two actions do you need to perform?
The correct answer is A. Assign a tag via Docker CLI to the image. B. Generate an auth token to complete the authentication via Docker CLI. You use the Docker CLI to push images to Oracle Cloud Infrastructure Registry. To push an image, you first use the docker tag command to create a copy of the local source image as a new image (the new image is actually just a reference to the existing source image). As a name…
Question
You want to push a new image in the Oracle Cloud Infrastructure (OCI) Registry. Which two actions do you need to perform?
Options
- AAssign a tag via Docker CLI to the image.
- BGenerate an auth token to complete the authentication via Docker CLI.
- CGenerate an API signing key to complete the authentication via Docker CLI.
- DAssign an OCI defined tag via OCI CLI to the image.
- EGenerate an OCI tag namespace in your repository.
How the community answered
(66 responses)- A80% (53)
- C6% (4)
- D3% (2)
- E11% (7)
Explanation
You use the Docker CLI to push images to Oracle Cloud Infrastructure Registry. To push an image, you first use the docker tag command to create a copy of the local source image as a new image (the new image is actually just a reference to the existing source image). As a name for the new image, you specify the fully qualified path to the target location in Oracle Cloud Registry where you want to push the image, optionally including the name of a repository. for more details check the below link https://docs.cloud.oracle.com/en- us/iaas/Content/Registry/Tasks/registrypushingimagesusingthedockercli.htm
Topics
Community Discussion
No community discussion yet for this question.