How to install and setup Docker Container on Rocky Linux 8

Steps to install Docker CE on Rocky Linux 8 min

Docker is a virtualization platform, popular for its ability to run applications in Containers. We can build and communicate containers with one another.  Here we learn how to install the Docker CE platform on Rocky Linux 8 to create containerized virtual machines. Steps to install …

Read more

How to install Docker Container on Manjaro Linux

Docker install on Manjaro Linux

Simple steps to install, create and run Docker container on Manjaro Linux via Docker Hub to use various applications in a virtual environment. Using virtual machines have its own advantages, it gives better consumption of hardware resource, saves costs and space. However, running each and …

Read more

Gitea on docker- Installation of self-hosted Git service

Gitea on docker Installation

Create your own open-source GitHub alternative Gitea by installing on a Docker container and accessing it outside using the internet or locally. What is Gitea? Gitea is version management software, it is a fork of Gogs a resource-saving github.com clone. With any of these two …

Read more

Commands to Install & Run Mariadb on Docker Container

Install MariaDB Docker container

MariaDB, a fork of open source MySQL can be easily installed on a Docker container to create Database for various web applications such as WordPress, OwnCoud, etc. The benefit of using MariaDB on Docker container is you will not need a dedicated server to separate …

Read more

How to install Docker CE on Rocky Linux 8

Command to Check Docker info

Docker community edition is open-source software available to install on almost all popular operating systems. We can easily install various container-based software to perform various common and server-side tasks. However, to use docker, we first have to install it and here we will show how …

Read more