Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes 추가 #48

Open
yanghun0070 opened this issue Nov 15, 2020 · 1 comment
Open

Kubernetes 추가 #48

yanghun0070 opened this issue Nov 15, 2020 · 1 comment

Comments

@yanghun0070
Copy link
Owner

  • Dockerfile 파일 생성
  • Docker Registry 로 Docker image 전송
  • Kubernetes 를 활용하여 Docker image 빌드
@yanghun0070
Copy link
Owner Author

yanghun0070 commented Nov 15, 2020

#이미지를 빌드하는 명령어는 생성할 이미지 명
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant