설치
도커(docker) 설치
iDevKim
2020. 6. 1. 16:19
공식사이트 : www.docker.com
Empowering App Development for Developers | Docker
Learn how Docker helps developers bring their ideas to life by conquering the complexity of app development.
www.docker.com
Get Started..
본인의 운영체제에 맞게 다운로드 후 설치.....
$ docker ps : 현재 실행중인 컨테이너를 확인
docker images : 현재 도커머신에 설치된 도커 이미지를 확인
docker run -a 이미지네임 echo "hellow world"
: 로컬서버에서 이미지를 찾아서 없으면 "도커허브"에서 이미지를 자동으로 다운받은 후 실행한다.