Skip to content

cloudboot/cli-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Bootstrapper CLI - docker

Run Cloud Bootstrapper CLI using Docker. The easy way to get started.

Prerequisites

Make sure you have Docker installed before running these scripts.

Usage

Linux

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") 

Windows

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
Please note:

This product is not officially endorsed by Google. You should use this product at your own risk.

Disclaimer:

Google is not responsible for any damages caused by the use of this product.

License

This project is licensed under the MIT License.

About

Docker configurations for Cloud Bootstrapper CLI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published