Last active
March 17, 2017 23:47
-
-
Save rubyon/5407be160543e2ea80b013087306d672 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/dnsever dnsever | |
# 빌드된 이미지를 Registry 로 Push | |
sudo docker push rubyon.co.kr:5555/dnsever |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment