Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 966 Bytes

create-image.md

File metadata and controls

20 lines (16 loc) · 966 Bytes

1. Create a server with Centos7 Image.

2. Run the following commands

# yum update -y
# curl -s https://raw.githubusercontent.com/cit-astrum/lab-setup/master/vm-init.sh | bash

Note: Server will get rebooted.

3. Create a image of the server which you created.

a. Shutdown the server.

b. Go to Google Cloud Platform -> Compute Engine -> Images -> Create Image. Provide details as in screenshot.

image

c. Verify your Image.

image

d. Create a server with new Image.

image

image