Docker Basics
What is Docker?
Docker enables you to run code and dependencies in various running environments (Windows, MacOS, etc.) in a unified way. Through this, we can ensure the consistency and portability of our code in any environment.
Docker provides an op...
sionkim.hashnode.dev2 min read