#Day 16 - Introduction to Docker
What is Docker?
Docker is a platform that allows you to build, test and deploy applications quickly.
Docker engine-
docker engine is a service that is installed on the host OS.
Docker Container-
The container is an entity that is installed on the doc...
akarsha.hashnode.dev3 min read