ocne catalog copy

Copies a list of container images from a local file to a container registry. The container images can then be used by applications in an application catalog. The images can also be copied to another local file.

ocne catalog copy 
{-d|--destination} URI
{-e|--destinationfilepath} path
{-f|--filepath} path

Where:

{-d|--destination} URI

The URI of the destination container registry. For example, myregistry.example.com.

{-e|--destinationfilepath} path

The file path and name of the file to copy the container images.

{-f|--filepath} path

The file path and name of the file that contains the container images to be copied. The list of images must be delimited by the new line character.

Example 4-13 Copy container images from a file to a container registry

To copy the container images from a local file to a container registry:

ocne catalog copy --filepath catalog.txt --destination myregistry.example.com