Docker is an open-source containerization platform that allows developers to package applications into containers. Containers are standard executable components that package the application and its dependencies required to run in any environment. This series of blog posts aims to familiarize with different concepts involving docker and working with them.

Day 1 : Introduction to Docker Concepts
Day 2 : Running your first Container
Day 3: Networking in Docker
Day 4: Data Persistence
Day 5 : Building Docker Images with dockerfile
Day 6 : Docker compose
One thought on “Docker Days”