docker가 뭘까...? 한번 사용해보며서 알아가자!!라는 생각으로 일단 발걸음을 떼봤다. 무작정 google 무한 서치 및 따라하기*** ### Mac 설치 사이트 https://docs.docker.com/desktop/install/mac-install/ Install Docker Desktop on Mac Install Docker for Mac to get started. This guide covers system requirements, where to download, and instructions on how to install and update. docs.docker.com ### 또는 homebrew 로 다운로드 brew install docker --cask https://for..