registries remove

Remove a private Docker registry from the Rack. The Rack will no longer be able to pull images from this registry.

Syntax

$ convox registries remove <server>

Flags

Flag Short Description
--rack -r Rack name

Example Usage

$ convox registries remove registry.example.com
Removing registry... OK

See Also