Created
October 5, 2016 19:08
-
-
Save mdgriffith/0d162476f753f49d694d88e762d620ad to your computer and use it in GitHub Desktop.
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
docker-machine create --driver virtualbox my-docker-machine | |
# focus on new machine | |
eval $(docker-machine env my-docker-machine) | |
# Run docker and drop into a bash session | |
docker run -it my-docker-image /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment