#90daysofdevops
Read more stories on Hashnode
Articles with this tag
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 #...
Git merge 'Merge', the word spells out that one has to combine two different things. Like rivers merge into one big river. In git merge is used to...