Last active
September 1, 2015 13:17
-
-
Save tegud/a58579bd944e76ae26f8 to your computer and use it in GitHub Desktop.
Build Docker
This file contains 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
full_image_id = "#{registry_or_docker_hub_user}/#{name}:#{tag}" | |
// Example: docker-registry.laterooms.com:5000/tlrg-logstash-central:7e88f94a87d90312ad315d15ab4f34a90b1daf97 | |
sudo docker build -t #{full_image_id} . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment