Gauri Agrawalgaurisblog.hashnode.dev·Oct 5, 2024Create a Custom Image and Use It for VM CreationLogin to your google account. Go to Compute Engine and create a virtual machine having a startup script. Check this link for step-by-step instructions on creating a VM with a startup script https://gaurisblog.hashnode.dev/create-a-vm-with-a-startu...GCP VM Series: From Zero to ComputeGCPHandsOn
Gauri Agrawalgaurisblog.hashnode.dev·Sep 24, 2024Create a VM Using a Predefined ImageCreate a VM instance and make sure to Allow HTTP and HTTPS traffic Now, SSH into it and install apache and commands for that are listed below sudo su apt update apt -y install apache2 apache is installed Close this SSH, and copy your Exte...GCP VM Series: From Zero to ComputeGCP
Alpheus Godswillalpheus.hashnode.dev·Nov 29, 2023Docker Volumes and Data Management: A Comprehensive Guide from Beginners to AdvancedOver View In a vast and ever-changing world of technology, Docker has come in handy, helping the build and deployment of artifacts with speed and efficiency, removing the hurdles we faced in building products in the past. Now, Engineers can ship prod...1 like·40 readsBind Mount
Samson Oladipooladipo.hashnode.dev·Nov 19, 2023Write a Docker FileTask Requirement : As per recent requirements shared by the company's application development team, they need custom images created for one of their projects. Several of the initial testing requirements are already been shared with the DevOps team. T...docker images
Namrata Kumarinamg.hashnode.dev·Aug 9, 2023Docker Compose: #Day18 of 90DaysofDevOpsDocker Compose👩🏻💻 Docker Compose is a tool for defining and running multi-container Docker applications.With Docker Compose, you can specify all the services your application needs, their configurations, network connections, and dependencies.This...48 readsDocker compose
Bunmi Agbomejibunmicloud.hashnode.dev·Jun 16, 2023A Review of the Azure Compute GalleryAzure documentation defined Azure Compute Gallery as a service that simplifies the sharing of custom VM images and application packages with others in your organization, within or across regions, within a tenant. Choose what you want to share, which ...81 readslock
B V AKASHbvakash.hashnode.dev·Nov 9, 2022Google compute Engine (GCE) - custom ImageIn this lab we will launch our VM instance using custom image Here we are going to use our previous lab template. let's begin custom image :- Basically, a custom image is the image we use to save the boot disk state. In our previous lab we used start...30 readsGoogle Cloud Platform (GCP)custom-image