#linux
Read more stories on Hashnode
Articles with this tag
Hello everyone today I am going to deploy and run a complete functional CICD pipeline. I will be using an open-source project present on GitHub:...
Types of Docker networking · In the dynamic world of containerization, Docker has emerged as a key player, revolutionizing the way one deploys and...
CI/CD -> Continuous Integration and Continuous Deployment or Delivery. It is a methodology of software development life cycle (SDLC). Continuous...
For Interview · In the world of modern software development, containers have emerged as a revolutionary tool, streamlining the way applications are...
Volume is simply a directory inside our container. Firstly, we have to declare this directory as a volume and then share volume. Even if we stop the...
sudo apt update # to update your ubuntu system sudo apt install docker.io # to install docker setup on your ubuntu system systemctl status docker #...