카테고리 없음
2025. 4. 29.
What is Docker?
About DockerWhy use Docker? : Create ContainerProblems before using Docker : Development of source code build, compilation, testing, etc., often leads to unexpected problems depending on the hardware environment.How Docker solved the problems : Developers package applications with images that can run in an isolated environment called containers.What is Image in Docker : It's made from a setup fi..