Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for OpenStack Administrator's Guide
  3. Deploying NetBackup for OpenStack
  4. Installing NetBackup for OpenStack Components
  5. Installing on Kolla Ussuri
  6. Pushing NetBackup for OpenStack images to the local registry
  7. Running the local registry
NetBackup™ for OpenStack Administrator's Guide

Running the local registry

Run the local registry to get container images of NetBackup for OpenStack on Centos 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.

Feedback

Was this page helpful?
Previous

Pushing NetBackup for OpenStack images to the local registry

Next

Loading the images from tar and pushing them to the local repository

Feedback

Was this page helpful?