Run Cloud Bootstrapper CLI using Docker. The easy way to get started.
Make sure you have Docker installed before running these scripts.
In a Bash terminal, use the following command to build the Cloud Boot Docker image:
docker build -t "cloudboot:latest" - < <(curl -s "https://raw.githubusercontent.com/cloudboot/cli-docker/main/Dockerfile")Then, run the configuration script:
sh <(curl -s "https://raw.githubusercontent.com/cloudboot/cli-docker/main/install.sh") To build the Docker image in a PowerShell terminal(Run as administrator), run the following command:
(Invoke-WebRequest -Uri "https://raw.githubusercontent.com/cloudboot/cli-docker/main/Dockerfile" -Method Get -ContentType Text).Content | docker build -t "cloudboot:latest" -
Then, run the configuration script:
(Invoke-WebRequest -Uri "https://raw.githubusercontent.com/cloudboot/cli-docker/main/install.ps1" -Method Get -ContentType Text).Content | Invoke-Expression
This product is not officially endorsed by Google. You should use this product at your own risk.
Google is not responsible for any damages caused by the use of this product.
This project is licensed under the MIT License.