Skip to content

Commit a8c57b2

Browse files
committed
Update on-premises/single-server/README.md to get latest unstable CO
1 parent 19f074c commit a8c57b2

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

scripts/on-premises/single-server/README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,22 @@
33
This page describes how to run cloud orchestrator at on-premise server, which
44
manages docker instances containing the host orchestrator inside.
55

6-
Note that this is under development, some features may be broken yet.
7-
Please let us know if you faced at any bugs.
8-
96
## Try cloud orchestrator
107

118
Currently we're hosting docker images and its configuration files in Artifact
129
Registry.
1310
Please execute the commands below if you want to download and run the cloud
1411
orchestrator.
1512

16-
Also, please choose one location among `us`, `europe`, or `asia`.
17-
It's available to download artifacts from any location, but download latency is
18-
different based on your location.
19-
2013
```bash
21-
DOWNLOAD_LOCATION=us # Choose one among us, europe, or asia.
22-
docker pull $DOWNLOAD_LOCATION-docker.pkg.dev/android-cuttlefish-artifacts/cuttlefish-orchestration/cuttlefish-cloud-orchestrator
23-
wget -O conf.toml https://artifactregistry.googleapis.com/download/v1/projects/android-cuttlefish-artifacts/locations/$DOWNLOAD_LOCATION/repositories/cloud-orchestrator-config/files/on-premise-single-server:main:conf.toml:download?alt=media
24-
docker run \
14+
sudo docker pull us-docker.pkg.dev/android-cuttlefish-artifacts/cuttlefish-orchestration/cuttlefish-cloud-orchestrator:unstable
15+
wget -O conf.toml https://artifactregistry.googleapis.com/download/v1/projects/android-cuttlefish-artifacts/locations/us/repositories/cloud-orchestrator-config/files/on-premise-single-server:unstable:conf.toml:download?alt=media
16+
sudo docker run -d \
2517
-p 8080:8080 \
2618
-e CONFIG_FILE="/conf.toml" \
2719
-v $PWD/conf.toml:/conf.toml \
2820
-v /var/run/docker.sock:/var/run/docker.sock \
29-
-t $DOWNLOAD_LOCATION-docker.pkg.dev/android-cuttlefish-artifacts/cuttlefish-orchestration/cuttlefish-cloud-orchestrator:latest
21+
-t us-docker.pkg.dev/android-cuttlefish-artifacts/cuttlefish-orchestration/cuttlefish-cloud-orchestrator:unstable
3022
```
3123

3224
To enable TURN server support for WebRTC peer-to-peer connections, configure

0 commit comments

Comments
 (0)