Running the local registry
Run the local registry to get container images of NetBackup for OpenStack on RHEL and Ubuntu.
To run the local registry
- Run the following command on the deployment node to start the registry container.
docker run -d -p 5001:5000 --restart=always --name <local_registry_name> registry:2
<local_registry_name> Your registry name. If your registry name does not have a name, assign a new name. The command pulls the registry image from docker.io and runs that container.