Created
January 1, 2015 18:12
-
-
Save hfeeki/3b95039dab8d2f2aef63 to your computer and use it in GitHub Desktop.
Docker tools
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
// run a interactive shell | |
docker pull ubuntu | |
docker run -i -t ubuntu /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment