#2articles1week
Read more stories on Hashnode
Articles with this tag
#90daysofdevops #devops · Today we are going to take the example of a model application that we will execute as a docker container. If it is a Go-based...
#9odaysofdevops #devops · 1.What is Dockerfile? A Dockerfile is a text document that contains all the commands the user could call on the command line to...
#90daysofdevops #kubernetes · Let's understand why there is so much hype about Kubernetes and what is that. Kubernetes is an open-source container...
#90daysofdevops #devops · 1.What is Docker daemon? The Docker daemon (dockerd) has two main responsibilities: a) It listens to Docker API requests b) It...
#90daysofdevops #devops · 1.Why are containers lightweight? Containers are low in size because it shares the resources from the host OS. The container...