#2articles1week
Read more stories on Hashnode
Articles with this tag
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 #...
Today we are going discuss about what is docker. But before that let's discuss what are Virtual Machines and also let's discuss what is...
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...
The diagram above visualises a repository with two isolated lines of development for a little feature and one for a longer-running feature. By...
Digging Deep ยท Difference between Main Branch and Master Branch. At the time when Git was being developed by Linus Torvalds, in America, there was once a...