SRSahil raoinrao.hashnode.dev路Jan 15, 2023 路 2 min readVersions of docker-compose fileThere are 3 different versions of the docker-compose file and in this article we will look at what those different versions offer and what are their features. version-1 Note that Version 1 is supported by Compose up to 1.6.x*. It will be deprecated i...02SN
SRSahil raoinrao.hashnode.dev路Jan 14, 2023 路 2 min readStop using Docker "--link" command 馃挗What does "--link" do? When we have multiple containers running for our application stack then we might need them to be able to talk to each other and share data, one way to do it is by using "--link <image name> : <host name>" but this method is a l...02SN
SRSahil raoinrao.hashnode.dev路Jan 13, 2023 路 2 min readJenkins makeover : Blue OceanSo what is Jenkins in the first place: Jenkins is an open-source tool for continuous integration and continuous-deployment that is built using java therefore all you need to run a Jenkins server is to have java-JDK installed on your system. With Jenk...01N