We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ex) 가상화, Container, 컨테이너 오케스트레이션
가상화
Container
컨테이너 오케스트레이션
The text was updated successfully, but these errors were encountered:
앞에 설명을 덧붙이거나, 추가적으로도 답변할 수 있는 질문 : 가상화가 필요한 이유
가상화는 하이퍼바이저를 이용한 가상머신(VM)과 도커로 대표되는 컨테이너 방식이 있습니다.
가상머신은 하드웨어 가상화로 게스트 OS들이 호스트 OS를 통해서 독립된 자원을 할당 받는 형식입니다. 도커의 경우 Host OS 위의 Docker engine(Host OS의 커널을 공유)를 통해서 물리적인 공간 격리가 아닌 프로세스를 격리하는 방식의 가상화입니다.
도커 엔진의 컨테이너 기술은 리눅스 자체 기술인 chroot, 네임스페이스, cgroup을 조합한 리눅스 컨테이너를 기반으로 합니다.
Sorry, something went wrong.
No branches or pull requests
Docker란?
키워드
ex)
가상화
,Container
,컨테이너 오케스트레이션
The text was updated successfully, but these errors were encountered: