registries add

Add a private Docker registry to the Rack. Once added, the Rack can pull images from this registry during Builds and deployments.

Syntax

$ convox registries add <server> <username> <password>

Flags

Flag Short Description
--rack -r Rack name

Example Usage

$ convox registries add registry.example.com deploy s3cr3t
Adding registry... OK

See Also