Last active
August 29, 2015 14:00
-
-
Save ngsmrk/e6a3664f3d961dcb90e1 to your computer and use it in GitHub Desktop.
docker_express_1
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
boot2docker up | |
boot2docker ssh | |
user: docker | |
pass: tcuser | |
docker pull ubuntu | |
docker run -t -i -p 3000 ubuntu /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment