You want to push a new image in the Oracle Cloud Infrastructure (OCI) Registry. Which two actions do you need to perform?
You use the Docker CLI to push images to Oracle Cloud Infrastructure Registry.
To push an image, you first use thedocker tagcommand 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
Currently there are no comments in this discussion, be the first to comment!