Skip to content

Instantly share code, notes, and snippets.

@FirefoxMetzger
Created November 1, 2017 08:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save FirefoxMetzger/b70cab2874e4063f2b7b8aee3240968c to your computer and use it in GitHub Desktop.
#!/bin/bash
docker-machine create myRegistry -d "virtualbox"
docker-machine ssh myRegistry docker swarm init
docker-machine ssh myRegistry ifconfig eth1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment