| title | vastde container-registries |
|---|---|
| description | Manage VAST DataEngine container registries |
Manage VAST DataEngine container registries
Manage container registries for storing and accessing DataEngine function images.
Container registries store the Docker images that contain your function code and dependencies. DataEngine supports linking external container registries (like Docker Hub, Amazon ECR, Google GCR) or using VAST-managed registries.
When creating functions, you must specify which container registry contains the function image. The registry must be linked to DataEngine with appropriate authentication credentials before functions can pull images from it.
Key operations include linking new registries, updating registry credentials, viewing registry details, and managing the registry lifecycle. Registries require authentication configuration such as username/password or access tokens depending on the registry type.
- delete - Delete a container registry
- get - Get a container registry details
- link - Link a container registry
- list - List available container registries
- update - Update a container registry
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run |
bool | Simulate the operation without making actual changes to the system | |
-o, --output |
string | Output format: json, yaml, human |
human |
--silent |
bool | Suppress UI outputs, such as spinner and success messages | |
-v, --verbose |
int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | 0 |
- vastde - VAST DataEngine CLI