Table of Contents1 Introduction2 Prerequisites3 Create a Volume for Docker containers share data4 Youtube: Docker Containers Share Data5 Conclusion Introduction…
DevOps Blog – Latest DevOps Articles and Tutorials
Docker deploy MySQL and phpMyAdmin
Table of Contents0.1 #Introduction0.2 Prerequisites Docker deploy MySQL and phpMyAdmin1 Deploy the MySQL Database2 Deploy the phpMyAdmin Container2.1 The explanation…
Install pyenv and manage multiple python versions
Table of Contents1 Introduction2 Install Dependencies3 Install pyenv4 use pyenv4.1 Useful Commands5 Conclusion Introduction In this post, How to Install…
Step-by-Step Guide: Deploy Ghost Blog with docker
Table of Contents1 Introduction2 Prerequisites3 Deploy a Ghost Container4 External Database5 Summary Ghost blog docker-compose6 Proxying Traffic to Your Container6.1…
How to install Docker compose on Ubuntu
Table of Contents1 Introduction1.1 Prerequisites1.2 Step 1: Update your system1.3 Step 2: Install curl package1.4 Step 3: Download the Latest…
How to install Docker on Ubuntu
Table of Contents1 Introduction2 How to install Docker on Ubuntu2.1 Prerequisites2.2 Step 1: Update your system2.3 Step 2: Install the…
Exploring the fd Command in Linux: A Powerful Find Alternative for Efficient File Searches
Table of Contents1 Introduction2 What is the ‘fd’ Command?3 Install fd command4 Use the fd command in Linux5 Conclusion Introduction…
Step-by-Step: Create Docker Image from a Running Container
Table of Contents1 Introduction2 What does docker mean?3 Install Docker on Ubuntu4 Create Docker Image from a Running Container4.1 Create…
Git Revert Commit already pushed to a remote repository
In this tutorial, How to Git Revert Commit is already pushed to a remote repository. Sometimes I recover wrong changes…
Vagrant install Nodejs on Rocky Linux
Table of Contents1 Introduction2 What does Nodejs mean?3 My Setup for Installing Node.js with Vagrant4 Set Up a Virtual Machine5…