Lior Paz
Lior Paz

Reputation: 85

Compute engine VM instance create with container + SSD

In the SSD guide https://cloud.google.com/compute/docs/disks/add-local-ssd#gcloud I need to perform some operations in the host to format the SSD. How can I do it if I immediately launch a container?

Upvotes: -4

Views: 101

Answers (1)

Vishal Bulbule
Vishal Bulbule

Reputation: 309

You can add your command in startup scripts for Linux. If you are using a Windows machine, you need to give parameters in metadata and then need to specify commands or you can store the script in local and run on system reboot.

Upvotes: 0

Related Questions