Created
March 21, 2017 08:31
-
-
Save rubyon/2c49f207c2457bc0652018b56b1976ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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