Updates: Feburary 5, 2025
Contents: Mac에서 docker 설치하기
Prerequisites (optional)
- Mac 개발자 환경 세팅하기
- https://klue.tistory.com/78
0. docker dmg 파일 다운로드
curl -L -o Docker.dmg https://desktop.docker.com/mac/main/arm64/Docker.dmg
-L 옵션은 리다이렉션을 따라가게 하며, -o Docker.dmg는 다운로드 파일 이름을 Docker.dmg로 저장하도록 합니다.
1.
softwareupdate --install-rosetta
For the best experience, it's recommended that you install Rosetta 2. There is no longer a hard requirement to install Rosetta 2, however there are a few optional command line tools that still require Rosetta 2 when using Darwin/AMD64. See Known issues. To install Rosetta 2 manually from the command line, run the following command.
2.
sudo hdiutil attach Docker.dmg
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install
sudo hdiutil detach /Volumes/Docker
3.
open -a Docker
docker --version
해주면 설치 끝!
with https://docs.docker.com/desktop/setup/install/mac-install/
외부 공유하실 경우, 출처 반드시 밝혀주시기 바랍니다!
도움이 되셨다면 공감 꾸욱 부탁드립니다👍
'Setting > Mac' 카테고리의 다른 글
[Mac] 맥 Vim & NVim 세팅하기 (2) | 2024.12.24 |
---|---|
[Mac] 맥 개발자 환경 세팅하기 (0) | 2024.12.02 |
[Mac] 맥북 키보드 매핑 설정하기 (+지구본 포함) (2) | 2024.12.02 |
[Mac] 맥북 기초 Tip & 단축키 모음 (0) | 2024.12.02 |
[Mac] multipass 설치 및 Ubuntu 환경 설정 (0) | 2024.12.02 |