Skip to content

Instantly share code, notes, and snippets.

@rubyon
Last active March 17, 2017 23:47
Show Gist options
  • Save rubyon/5407be160543e2ea80b013087306d672 to your computer and use it in GitHub Desktop.
Save rubyon/5407be160543e2ea80b013087306d672 to your computer and use it in GitHub Desktop.
# 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