Created
June 2, 2017 14:21
-
-
Save nicubarbaros/643514d33b4c65880aaab8057101e848 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
# Build image from DOCKERFILE | |
docker build . | |
# Create container from image | |
docker run -dit #{image name:key} | |
# Create docker machine | |
docker-machine create --driver virtualbox default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment