How to create a VM from a custom Image .

Опубликовано: 20 Октябрь 2024
на канале: VeryLazyCoders
3,941
18

In this chapter i will explain to you how you can create a VM from a custom image
First i will create an instance and will create a custom image out of the disk .
Later i will use the same image to create another instance

Install Apache
apt update
apt -y install apache2