Docker container - Basics
A Container is a box in which our application runs, with all things it requires (dependencies) to run. Docker is one of the tools used to build & manage these containers.
Real-world example
Flow - { Dockerfile -> Docker Image -> Docker container }
Be...
stalin.romi3 min read
Devendra Date
Devops Engineer
Nice blog 👍 I'd love to see more advanced Docker topics covered in future posts.