Skip to main content

One post tagged with "docker"

View All Tags

Hello Docker

· 3 min read

Docker is platform which helps us to ship, build and deploy application. It provides us containerization platform which is different then virtual machine. A VM (Virtual Machine) is whole OS which sits on top of a host OS but a container is just a collection of things which we need.