Skip to content

Commit

Permalink
Update 2021_03_25_가상화와 도커.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sandartchip authored Apr 5, 2021
1 parent 2fe34f8 commit f9bdd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lina Yi/2021_03_25_가상화와 도커.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

컨테이너란 무엇이고 어떤 이점이 있는지 소개하도록 하겠다.

컨테이너는 '그릇', '용기' 등의 의미로 한 마디로 정의하면 **'리소스가 격리된 프로세스'**이다.
컨테이너는 '그릇', '용기' 등의 의미로 한 마디로 정의하면 **리소스가 격리된 프로세스**이다.

하나의 OS상에서 여러 개를 동시에 가동할 수 있으며, **각각 독립된 루트 파일 시스템, CPU/메모리, 프로세스 공간 등을 사용할 수 있다**는 점이 하드웨어 가상화인 가상머신(VM)과의 차이다.

Expand Down

0 comments on commit f9bdd32

Please sign in to comment.