#ckad
Read more stories on Hashnode
Articles with this tag
What is a Blue-Green Deployment? Blue-green deployment is a software release management strategy that aims to minimize downtime and risk during the...
Entrypoints vs CMD in LINUX In a Dockerfile, both ENTRYPOINT and CMD are instructions used to define the command that will be executed when a...