docker run hello-world
docker ps //도커 active 상태 docker ps -a //전체 도커 status
docker stop <컨테이너 아이디> docker kill <컨테이너 아이디>