반응형
Docker is an open-source platform that allows you to automate the deployment, scaling, and management of applications using containerization. Containers are lightweight, isolated environments that contain everything needed to run an application, including the code, runtime, system tools, and libraries. Docker provides a way to package and distribute applications as containers, making it easier to deploy and run them consistently across different environments. It helps to simplify the development, testing, and deployment processes by providing a consistent and reproducible environment for applications.
출처: phind
Docker: Accelerated Container Application Development
Docker is a platform designed to help developers build, share, and run container applications. We handle the tedious setup, so you can focus on the code.
www.docker.com
반응형
'개발 > 개발관련' 카테고리의 다른 글
[개발관련] 공인IP로 어떻게 사설 네트워크 안의 특정 서버에 요청하는지 - 포트포워딩 (0) | 2023.08.10 |
---|---|
[개발관련] 사설 IP 관련 조사 (0) | 2023.08.10 |
[개발관련] 정렬 프로그램 (0) | 2023.08.04 |
[개발관련] No Test Roots Found (0) | 2023.08.03 |
[개발관련] Package name 'main.java.Algorithm. ... ' does not correspond to the file path 'Algorithm. ...' (0) | 2023.08.03 |