Atlantic.Net driver for Docker Machine
Alpha
- Install the latest version of Go
- Make sure your GOPATH is set
- Add $GOPATH/bin to your PATH
- Use
go get
to download the source
$ go get -d github.com/jdextraze/docker-machine-driver-atlanticnet
- Install govendor
go get -u github.com/kardianos/govendor
- Go into source folder
cd $GOPATH/src/github.com/jdextraze/docker-machine-driver-atlanticnet
- Sync vendor folder
$ govendor sync
- Get source (See above)
- Sync dependencies
- Build && install the driver
$ go install github.com/jdextraze/docker-machine-driver-atlanticnet
Released under the MIT license, see LICENSE.