You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#이미지를 빌드하는 명령어는 생성할 이미지 명
docker build --tag dayco:1.0 .
# Docker Image 목록
docker images
# 도커이미지 잘 동작하는 지 컨테이너 확인
docker run -p 9999:9999 -it dayco:1.0 /bin/bash
# Docker 제거
docker image rm -f ed4b15575f69
The text was updated successfully, but these errors were encountered: