AAparnainaparna.hashnode.dev·Dec 20, 2021 · 3 min readDockerfileDockerfile is a file that uses instructions to create container images. Each instruction has a command and is followed by arguments. Top Commands to look for in Dockerfile: WORKDIR /path/to/workdir sets the workdir for the other instructions. If the...00
AAparnainaparna.hashnode.dev·Oct 1, 2021 · 1 min readStart with your devops journey -00.Jenkins is a tool to do the ci/cd pipeline. It has various plugins to integrate various tools including scm tools, build tools, sicm tools, automation tools ..and many more I used AWS ec2 to start this process. Based on the operating system, find the...00