Linux Tutorials on the topic “virtualization”
-
How To Set Up a Private Docker Registry on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, ubuntu, virtualization • Comments: 0 • Published: May 15, 2023If 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. This tutorial will teach you how to set up and use a private Docker registry on a Ubuntu 22.04 server using Amazon S3 as a storage location.
-
Docker CE on Alma Linux 9: A Quick and Easy Installation Guide
Author: Arvid L • Tags: linux, server, virtualization • Comments: 0 • Published: May 15, 2023Docker is an OpenSource software that provides OS-level virtualization for developing, shipping, and running applications. In this guide, you will learn how to install Docker CE (Community Edition) on Alma Linux 9.
-
Beginner Guide to Install and Use Podman on AlmaLinux 9
Author: Arvid L • Tags: linux, virtualization • Comments: 0 • Published: May 03, 2023Podman 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 Install Portainer on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, virtualization • Comments: 3 • Published: Apr 13, 2023Portainer is a web-based container management platform that can work with Docker and Kubernetes to manage and deploy containerized applications and services more easily and efficiently. This tutorial will show you how to install Portainer on the Debian 11 server.
-
How to Check Docker Container RAM and CPU Usage
Author: Hitesh Jethva • Tags: linux, virtualization • Comments: 0 • Published: Apr 11, 2023Docker is one of the most popular and widely used containerization platforms for building, sharing, and running applications. This tutorial will show you how to check Docker container CPU and RAM usage.
-
How to Install KubeSphere on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu, virtualization • Comments: 5 • Published: Mar 21, 2023Kubesphere free and open-source Kubernetes platform and cloud-native application management verified by CNCF. It's an enterprise-grade Kubernetes container platform with feature-rich and tailored for hybrid multi-cloud deployment.
-
How to Set Up a Kubernetes Cluster Using Minicube on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, virtualization • Comments: 0 • Published: Jan 23, 2023Minikube is a free and open-source tool that comes with a set of built-in add-ons that helps you to set up a Kubernetes cluster in your local system. This tutorial will teach how to install Minikube on Debian 11.
-
How to Install Drupal with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu, virtualization, web server • Comments: 0 • Published: Jan 23, 2023Drupal is an open-source content management system (CMS) written in PHP. Many organizations worldwide use it to create blogs, government sites, corporate websites, and more. This tutorial will teach you how to install Drupal using Docker on a Ubuntu 22.04 server.
-
How to Install WordPress with Docker Compose
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, virtualization, web server • Comments: 1 • Published: Jan 13, 2023WordPress is the most popular blogging platform in the world. This tutorial will teach you how to install WordPress using Docker/Docker Compose. Using Docker, the process of installing the preferred stack becomes a lot easier. You can use the same configuration to install WordPress quickly on multiple servers. We will also install the phpMyAdmin tool for managing databases along with the Nginx proxy server to serve the site via SSL.
-
How to create Docker Images with a Dockerfile on Ubuntu 22.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization, web server • Comments: 0 • Published: Jan 12, 2023In this tutorial, I will show you how to create your own docker image with a dockerfile. A Dockerfile is a script that contains collections of commands and instructions that will be automatically executed in sequence in the docker environment for building a new docker images. As example, we will create a Nginx Web server with PHP-FPM.