Linux Tutorials on the topic “virtualization”
-
How to Delete a Docker Image on Linux
Author: howtoforge • Tags: linux, virtualization • Comments: 0 • Published: Sep 11, 2024Docker images can take up significant disk space over time, especially if you frequently build and pull images. This guide will walk you through the process of deleting Docker images that are no longer needed.
-
How to Install WordPress with Docker Compose
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, virtualization, web server • Comments: 1 • Updated: Aug 02, 2024WordPress 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 Install Docker Swarm on Ubuntu 22.04
Author: Arvid L • Tags: server, ubuntu, virtualization • Comments: 0 • Published: Dec 14, 2023Docker Swarm is a container orchestration built on top of Docker Engine. It allows you to create and deploy a cluster of Docker nodes on multiple servers. In this tutorial, we'll show you how to install Docker Swarm on Ubuntu 22.04 servers step-by-step.
-
-
How to Install and Use Docker on Debian 12
Author: Arvid L • Tags: linux, server, virtualization • Comments: 0 • Published: Aug 01, 2023Docker is a set of open platforms that provides OS-level virtualization for developing, shipping, and running applications. In this guide, I'll show you how to install Docker Engine on the latest Debian 12. You will also go over the management of Docker service via systemctl, and learn the basic usage of Docker for managing images, containers, and volumes.
-
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.