Table of Contents0.1 #Introduction0.2 Install Docker on Ubuntu here1 Docker install Nginx container2 Building a Web Page to Serve on Nginx2.1…
DevOps Blog – Latest DevOps Articles and Tutorials
Docker install Apache Web Server
Table of Contents0.1 #Introduction0.2 Install Docker on Ubuntu here1 Setting up the Apache Docker Container1.1 Docker install Apache web server2…
Docker Containers Share Data
Table of Contents1 Introduction2 Prerequisites3 Create a Volume for Docker containers share data4 Youtube: Docker Containers Share Data5 Conclusion Introduction…
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 Contents0.1 #Introduction0.2 Prerequisites0.3 Step 1: Update your system0.4 Step 2: Install curl package0.5 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…