Skip to main content

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

FlagShorthandDescription
--timeoutConfigure the timeout duration for docker push. Default: 5 minutes.
--quietRun silently, suppressing output messages.
--region-rThe 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 are us-west-1 (default) and eu-central-1.

Shorthand: -r <region>

saucectl docker push my_image_name:tag --region us-west-1