In this tutorial, I’m sharing the docker in the builder and running Docker. Solve problem Docker error. Docker skill needed…
DevOps Blog – Latest DevOps Articles and Tutorials
Docker compose example
Docker compose is used to run multiple containers. In this tutorial, Using Docker compose example for NGINX and MYSQL. I…
Docker compose command
Docker compose is a tool to define and running multiple container Docker applications. In this tutorial, to learn more about…
Bash script recursive file list
In this tutorial, How do I use BASH script to recursively list files directories and subdirectories? Bash script the essential…
Bash string comparison
Introduction In Bash scripting, comparing strings is an essential skill that allows you to check and manipulate input data. Unlike…
Bash substitution string example
Introduction Bash, the popular shell scripting language in the Unix and Linux world, offers a variety of powerful tools for…
Ansible playbook NGINX + PHP
In this tutorial, I will deploy Ansible playbook Nginx and PHP for remote server centos 7. Ansible the essential for…
Ansible tutorial beginners
In this article, I will guide Ansible tutorial beginners. How to create ansible playbook? Ansible the essential for DevOps Roles.…
Bash sleep until time
How to Bash sleep until time or delay a specific amount of time. How do I pause for 5 seconds…
Bash script arguments into a function
How to pass arguments into a function? How to Bash all arguments into a function? Bash script the essential for…