Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 0eea096

Browse files
author
Sam McGeown
committed
Build: switch to dockerhub for containers
1 parent 77c6f5d commit 0eea096

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ MacOs and Linux users can install using homebrew
3232

3333
### Run the Docker image
3434
1) Export environment variables (see below) for your repository
35-
2) Pull the image `docker pull ghcr.io/vmware/code-stream-cli`
35+
2) Pull the image `docker pull sammcgeown/cs-cli`
3636
3) Run the container passing the environment variables to the image
37-
`docker run -e CS_SERVER="$CS_SERVER" -e CS_USERNAME="$CS_USERNAME" -e CS_PASSWORD="$CS_PASSWORD" -e CS_DOMAIN="$CS_DOMAIN" ghcr.io/vmware/code-stream-cli get variable`
37+
`docker run -e CS_SERVER="$CS_SERVER" -e CS_USERNAME="$CS_USERNAME" -e CS_PASSWORD="$CS_PASSWORD" -e CS_DOMAIN="$CS_DOMAIN" sammcgeown/cs-cli get variable`
3838

3939

4040
### Build from source

0 commit comments

Comments
 (0)