Docker is a Platform-as-a-Service tool for containerized app deployments. It uses Docker Engine to create and manage application containers. This tutorial shows you how to install and setup Docker on Rocky Linux.
Docker is a Platform-as-a-Service tool for containerized app deployments. It uses Docker Engine to create and manage application containers. This tutorial shows you how to install and setup Docker on Rocky Linux.
Want to test drive Rocky 9 on a virtual machine? This guide outlines the steps to set up and install Rocky 9 on VMware workstation.
Learn how to install Jenkins on Ubuntu 18.04. This software package is used to automate parts of the build, testing, delivery, and deployment of software. Jenkins uses the Java Runtime Environment (JRE) and supports continuous integration (CI) and continuous delivery (CD).
While in the general sense Kubernetes and Docker both deal with containers, their roles in development, testing, and deployment of containerized apps are very different. This article introduces you to the features and design of these two platforms.
Server virtualization is one of the hottest topics in the IT world today. It has been around for many years and its popularity keeps growing, especially in enterprise environments. What makes server virtualization so attractive is the ability to have different operating systems running separate applications on one server while still using the same physical resources.
This article shows an overview of the key features and differences between the two instruction set architecture types - x86 and x64.
Kubernetes namespaces help organize and distribute cluster resources between different users, teams, or customers. This tutorial shows how to create and manage Kubernetes namespaces.
Kubernetes automates app deployment and scaling and significantly facilitates resource management. This tutorial shows how to run Kubernetes on Windows.
Learn about the difference between Kubernetes and Jenkins and how they can work together to create an automated DevOps pipeline.
Podman Compose is a tool for running multi-container apps. It aims to provide a replacement for Docker Compose, while retaining compatibility with Docker Compose YAML files. This article will show you how to install Podman Compose and use it to manage OCI containers.