프로그래밍/ETC

[Mac] Docker Installation

research_notes 2023. 4. 12. 15:49
728x90
반응형

Install Docker Desktop: (https://docs.docker.com/engine/install/)

  • Check --> Mac with Apple silicon vs Mac with Intel chip
  • Download Docker Desktop for Mac with Apple silicon
  • $ softwareupdate --install-rosetta

 

 **두가지 설치방법 중 한가지 골라서 설치 (https://docs.docker.com/desktop/install/mac-install/)

  • Install  interactively
    • Double-click Docker.dmg to open the installer, then drag the Docker icon to the Applications folder.
    • Double-click Docker.app in the Applications folder to start Docker.
    • The Docker menu (고래모양) displays the Docker Subscription Service Agreement window.
    • Select Accept to continue. Docker Desktop starts after you accept the terms.
  • Install from the command line
$ cd Downloads
$ sudo hdiutil attach Docker.dmg
$ sudo /Volumes/Docker/Docker.app/Contents/MacOS/install
$ sudo hdiutil detach /Volumes/Docker

 

728x90
반응형