Skip to content

Instantly share code, notes, and snippets.

@tegud
Last active September 1, 2015 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tegud/a58579bd944e76ae26f8 to your computer and use it in GitHub Desktop.
Save tegud/a58579bd944e76ae26f8 to your computer and use it in GitHub Desktop.
Build Docker
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