saucectl docker push
Push a Docker image to the Sauce Labs Container Registry.
Explore additional details about the Sauce Labs Container Registry.
Usage
$ 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.
Available Options
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 . |
Options Details
--timeout
| OPTIONAL | DURATION |
Configure the timeout duration for docker push.saucectl docker push my_image_name:tag --timeout 10m
--quiet
| OPTIONAL | BOOLEAN |
Run silently, suppressing output messages.saucectl docker push my_image_name:tag --quiet
--region
| OPTIONAL | STRING |
The Sauce Labs authentication region. Options areus-west-1
(default) and eu-central-1
.Shorthand: -r <region>
saucectl docker push my_image_name:tag --region us-west-1