Last active
February 15, 2016 16:46
-
-
Save Vad1mo/024876b744e9c9494345 to your computer and use it in GitHub Desktop.
Working with Docker images quick and dirty
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
# 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