#devops
Read more stories on Hashnode
Articles with this tag
Git hooks are shell scripts found in the hidden .git/hooks directory of a Git repository. · Protect your Git repository from mistakes, automate manual...
The RUN instruction will execute the Linux command on a new layer. It is used to alter the image like adding new packages using apt-get or changing...
Hands-on approach · The parser directives As the name implies, the parser directives instruct the Dockerfile parser to handle the content of Dockerfile...
When you turn on your computer, The BIOS instantly runs POST (Power on Self Test). Post is a part of the BIOS which performs some diagnostic tests on...