Linux Tutorials on the topic “virtualization”
-
How to Install Podman from Source on Ubuntu
Author: Muhammad Arul • Tags: ubuntu, virtualization • Comments: 0 • Published: Aug 06, 2022
Podman is a container runtime that provides features similar to Docker. It's part of the libpod library and can be used to manage pods (Kubernetes Terminology), containers, container images, and container volumes. In this tutorial, we're going to show you how to install Podman manually from source code on an Ubuntu server.
-
How to use modules from the Terraform Registry
Author: Ali Imran Nagori • Tags: cloud, linux, virtualization • Comments: 0 • Published: Jun 23, 2022The Terraform Registry is a place where one can find different providers and modules (re-usable Terraform configurations) and use them with Terraform. In this tutorial, we will see how to use modules from Terraform Registry. We will see this by demonstrating an example of creating an EC2 instance on AWS.
-
How to use loops in Terraform
Author: Ali Imran Nagori • Tags: cloud, linux, server, virtualization • Comments: 0 • Published: Jun 20, 2022Terraform is an Open source tool developed and maintained by HashiCorp. It uses its own Hashicorp Configuration Language- HCL to provision multiple cloud service providers. In this tutorial, I will show you how to use loops in Terraform. We will see several examples of using some loop constructs.
-
-
How to Install KVM Libvirt Virtualization on OpenSUSE
Author: Arvid L • Tags: linux, server, virtualization • Comments: 1 • Published: May 11, 2022KVM or Kernel-based Virtual Machine is an open-source virtualization technology that turns your Linux server into a hypervisor. In this tutorial, you'll learn how to install and configure KVM Virtualization on the OpenSUSE Tumbleweed. You will also learn how to create a Virtual Machine using the virt-manager GUI application.
-
How to Install and Use Portainer for Docker management with Nginx Proxy Manager
Author: Navjot Singh • Tags: cloud, control panels, linux, server, virtualization • Comments: 4 • Published: Apr 28, 2022Portainer is an open-source container management solution for Docker, Kubernetes, and Nomad that simplifies starting, creating and running containers in an easy way. It provides a web-based dashboard to manage containers, images, networks, and volumes.
-
How to a Setup Private Docker Registry on Rocky Linux 8
Author: Navjot Singh • Tags: linux, virtualization • Comments: 0 • Published: Apr 19, 2022If you are working for an organization and want to keep your docker images in-house for quick deployment, then hosting a private Docker repository is perfect. Having a private docker registry allows you to own your images distribution pipeline and have tighter control over image storage and distribution.
-
Getting Started with Podman (Docker Alternative) on Rocky Linux
Author: Arvid L • Tags: linux, virtualization • Comments: 1 • Published: Mar 09, 2022Podman is a Linux-native tool for deploying applications using Open Container Initiative (OCI) containers and container images. It supports multiple container image formats, including Docker images and OCI container images.
-
How to Store Docker Container Data In Docker Volumes
Author: t.michael • Tags: linux, virtualization • Comments: 0 • Published: Mar 07, 2022In this guide, you will learn how Docker volumes interact with containers. You will do this by creating new containers and using volumes to store and share data between them. Then, you'll discover how to clear up space that is left behind by anonymous volumes that are automatically generated by the containers. Finally, you'll learn how to back up your Docker volumes data.
-
How to Use the Terraform Command Line Interface (CLI) on Ubuntu
Author: t.michael • Tags: cloud, linux, ubuntu, virtualization • Comments: 1 • Published: Jan 27, 2022Terraform is a framework for building and configuring infrastructure as code, with a command-line interface and DSL language. Terraform can manage existing and popular service providers as well as custom in-house solutions to build and configure complete distributed data centers.
-
How to create an Ubuntu Virtual Machine in Azure Cloud
Author: Rahul Shivalkar • Tags: cloud, linux, server, virtualization • Comments: 0 • Published: Jan 21, 2022Azure Virtual Machine (VM) is one of the types of on-demand, scalable computing resources. This guide will show you step by step with screenshots of how to create a virtual machine (VM) in the Microsoft Azure Cloud.