-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy_gcp_rlcraft_server.sh
More file actions
executable file
·3 lines (2 loc) · 1.09 KB
/
deploy_gcp_rlcraft_server.sh
File metadata and controls
executable file
·3 lines (2 loc) · 1.09 KB
1
2
3
#!/usr/bin/env bash
gcloud compute instances create-with-container instance-1 --project=sunlit-adviser-340903 --zone=us-central1-c --machine-type=t2d-standard-2 --network-interface=address=35.188.192.20,network-tier=PREMIUM,subnet=default --maintenance-policy=MIGRATE --service-account=478726858794-compute@developer.gserviceaccount.com --scopes=https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/logging.write,https://www.googleapis.com/auth/monitoring.write,https://www.googleapis.com/auth/servicecontrol,https://www.googleapis.com/auth/service.management.readonly,https://www.googleapis.com/auth/trace.append --tags=rlcraft-server --image=projects/cos-cloud/global/images/cos-stable-93-16623-102-8 --boot-disk-size=10GB --boot-disk-type=pd-balanced --boot-disk-device-name=instance-1 --container-image=registry.hub.docker.com/stsherman/rlcraft:2.9 --container-restart-policy=always --container-mount-host-path=host-path=/rlcraft,mode=rw,mount-path=/rlcraft --no-shielded-secure-boot --shielded-vtpm --shielded-integrity-monitoring --labels=container-vm=cos-stable-93-16623-102-8