Docker Demystified
Think of Docker as a way to package and ship applications, along with their dependencies.
Docker uses a technology called containerization, which is similar to virtualization but more lightweight. Instead of creating a full virtual machine, Docker co...
ashwinyes.hashnode.dev6 min read