Skip to content

Instantly share code, notes, and snippets.

@rubyon
Created March 21, 2017 08:31
Show Gist options
  • Save rubyon/2c49f207c2457bc0652018b56b1976ea to your computer and use it in GitHub Desktop.
Save rubyon/2c49f207c2457bc0652018b56b1976ea to your computer and use it in GitHub Desktop.
# Dockerfile 을 사용하여 이미지 빌드
sudo docker build -t rubyon.co.kr:5555/tvheadend tvheadend
# 빌드된 이미지를 Registry 로 Push
sudo docker push rubyon.co.kr:5555/tvheadend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment