Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nicubarbaros/643514d33b4c65880aaab8057101e848 to your computer and use it in GitHub Desktop.
Save nicubarbaros/643514d33b4c65880aaab8057101e848 to your computer and use it in GitHub Desktop.
# 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