Linux Tutorials on the topic “virtualization”
-
How to Install and Use Portainer for Docker management with Nginx Proxy Manager
Author: Navjot Singh • Tags: cloud, control panels, linux, server, virtualization • Comments: 7 • 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.
-
How to Install and Use Podman (Docker Alternative) on Ubuntu 20.04
Author: Arvid L • Tags: linux, ubuntu, virtualization • Comments: 0 • Published: Jan 14, 2022Podman is an open-source tool for managing containers, images, volumes, and pods (group of containers). It's used the libpod library APIs for managing container lifecycles and supports multiple container image formats, including OCI (Open Container Initiative) and Docker images.
-
Create an EC2 instance on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0 • Published: Dec 08, 2021In this article, we will see how to create an EC2 Instance using Terraform.
-
Enable UEFI Support in KVM Virtualization
Author: Arvid L • Tags: kvm, linux, virtualization • Comments: 0 • Published: Dec 06, 2021UEFI or Unified Extensible Firmware Interface is considered as the firmware replacement for BIOS. It comes with more features and functionality that are limited on BIOS, and it is available on nowadays motherboards and modern PCs.
-
How to Install and Use Podman to run Containers On Rocky Linux 8
Author: Navjot Singh • Tags: linux, virtualization • Comments: 0 • Published: Dec 06, 2021Podman is a free and open-source container platform built to develop, manage and deploy containers and pods on a Linux environment. This article will show you how to install Podman and use it to create and manage images and containers.