이 포스트는 udemy: Docker Mastery: with Kubernetes +Swarm from a Docker Captain를 배우며 쓰는 글입니다 :)
Docker에는 세가지 종류의 installs 이 존재한다
- Direct
직접 installed 된 OS에서 구동이 가능한 경우. linux, window server 2016- Mac/Win10
Mac과 Windw10의 경우 Docker가 직접 OS 에서 구동이 불가능해, small virtual machine이 docker에 의해 돌아간다. 하지만 most of its process is transparent, so user won't know.- Cloud
AWS/Azure/Google.
CE vs. EE, Stable vs. Edge
- Edge (beta) released monthly, Stable quartely
- Edge gets new features first, but only supported for a month
- Stable rolls in three months of Edge features, EE supported longer
근데 현재는 통합된것으로 보인다.
나는 mac을 사용중이니, 두번째를 install할 것이다.
Do not use homebrew to install docker.
It is CLI (Command-line-only), useful if wanting to talk to another server remotely.
It will not have any server or other useful features.
https://docs.docker.com/compose/completion/ 에가면 shell completion을 할수 있는 guide가 나와있다.
손가락 건강을 위해 해주도록 하자 :)