id | title | sidebar_label |
---|---|---|
push |
saucectl docker push |
push |
Push a Docker image to the Sauce Labs Container Registry.
Explore additional details about the Sauce Labs Container Registry.
$ saucectl docker push image_name [flags]
:::note Please make sure the Docker daemon is running when triggering this CLI.
In order to join the Sauce Labs Container Registry, please contact SauceLabs customer support. :::
Flag | Shorthand | Description |
---|---|---|
--timeout | Configure the timeout duration for docker push. Default: 5 minutes. | |
--quiet | Run silently, suppressing output messages. | |
--region | -r | The Sauce Labs region. Options are us-west-1 (default) and eu-central-1 . |
| OPTIONAL | DURATION |
Configure the timeout duration for docker push.
saucectl docker push my_image_name:tag --timeout 10m
| OPTIONAL | BOOLEAN |
Run silently, suppressing output messages.
saucectl docker push my_image_name:tag --quiet
| OPTIONAL | STRING |
The Sauce Labs authentication region. Options are us-west-1
(default) and eu-central-1
.
Shorthand: -r <region>
saucectl docker push my_image_name:tag --region us-west-1