Skip to content

Latest commit

 

History

History
93 lines (68 loc) · 2.09 KB

push.md

File metadata and controls

93 lines (68 loc) · 2.09 KB
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.

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 are us-west-1 (default) and eu-central-1.

Shorthand: -r <region>

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