강의 Docker 명령 정리 Docker Image docker build --platform=linux/amd64 -t hub_name docker images : local에 저장된 Docker Image 확인 docker image ls : local에 저장된 Docker Image 확인 docker rmi : Docker Image 삭제 docker image rm : Docker Image 삭제 Docker Hub docker login -u user_id -p user_password docker pull hub_name : local로 다운로드 docker push hub_name : Docker Hub로 업로드 Docker Container docker create docker run --..