1.핵심 개념 / key concepts 2.기본 명령어 / basic commands 터미널(또는 명령 프롬프트)에서 아래 명령어들을 직접 실행해 보세요.Try running the commands below directly in the terminal (or command […]
ServerApp
Posted on:
[Mac]도커설치/Docker Install
👉🏻 도커(Docker)는 애플리케이션을 실행 환경과 함께 ‘컨테이너’라는 단위로 패키징하여 어디서든 동일하게 실행할 수 있게 해주는 오픈소스 플랫폼입니다. 개발, 테스트, 배포 환경 간의 차이를 줄여주는 도구로, 특히 백엔드 개발과 […]