Skip to content

Instantly share code, notes, and snippets.

@Vad1mo
Last active February 15, 2016 16:46
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 Vad1mo/024876b744e9c9494345 to your computer and use it in GitHub Desktop.
Save Vad1mo/024876b744e9c9494345 to your computer and use it in GitHub Desktop.
Working with Docker images quick and dirty
# build Image
docker build -t custom-slave https://gist.github.com/Vad1mo/53eb8850d27b5e3d5c97(RAW)
# create container and run to verify the results
docker run -ti --rm custom-slave /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment