#docker
Read more stories on Hashnode
Articles with this tag
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates...
One of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is...
Now it's time to take Docker skills to the next level by creating a comprehensive cheat-sheet of all the commands learnt so far. This cheat-sheet...
Docker-Volume Docker allows you to create something called volumes. Volumes are like separate storage areas that can be accessed by containers. They...
Docker Compose Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML...
Route a Django code through Nginx Create a Docker file for an app django-notes-app from scratch. Build an image using the Docker file and run a...