#docker
Read more stories on Hashnode
Articles with this tag
Day 62 of #90DaysOfDevOps Task-01 Create a Terraform script with Blocks and Resources for docker. Task-02 Create a resource Block for an nginx...
What is Kubernetes? Why do we call it k8s? Kubernetes is an open-source orchestration tool for containers. It helps in automating software...
This is a hands-on practical on deploying the React-Django application on docker with the help of the Jenkins Master node and Agent node. The web app...
Docker interview questions with answers · What is the difference between image, container, and engine? Docker Engine - It is client-server technology...
This blogs show the demonstration of docker pull, inspect, logs, stop, start and remove commands. · Tasks: Run docker commands as a non-root user (Hint-...
docker-compose file create and run commands - build, up, down, ps, exec, start, stop, pause, unpause, restart and rm · What is...