Skip to content

Instantly share code, notes, and snippets.

@vepo
Last active September 21, 2017 02:33
Show Gist options
  • Save vepo/d354498dffc3e54baf2d663ce79a18f6 to your computer and use it in GitHub Desktop.
Save vepo/d354498dffc3e54baf2d663ce79a18f6 to your computer and use it in GitHub Desktop.
Creating two docker machines
#!/bin/bash
docker-machine create --driver virtualbox node1
docker-machine create --driver virtualbox node2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment