Skip to content

Instantly share code, notes, and snippets.

@micahhausler
Last active September 11, 2015 17:44
Show Gist options
  • Save micahhausler/fc9e6b12826e2004f311 to your computer and use it in GitHub Desktop.
Save micahhausler/fc9e6b12826e2004f311 to your computer and use it in GitHub Desktop.
Docker 1.8.2 Go version
$ brew update && brew install docker docker-machine
...
$ docker-machine --version
docker-machine version 0.4.1 (HEAD)
$ docker-machine upgrade dev
Stopping machine to do the upgrade...
Upgrading machine dev...
Downloading https://github.com/boot2docker/boot2docker/releases/download/v1.8.2/boot2docker.iso to /Users/micahhausler/.docker/machine/cache/boot2docker.iso...
Starting machine back up...
Starting VM...
$ uname -mrsv
Darwin 14.5.0 Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 x86_64
$ docker version
Client:
Version: 1.8.2
API version: 1.20
Go version: go1.5.1
Git commit: 0a8c2e3
Built: Fri Sep 11 01:46:35 UTC 2015
OS/Arch: darwin/amd64
Server:
Version: 1.8.2
API version: 1.20
Go version: go1.4.2
Git commit: 0a8c2e3
Built: Thu Sep 10 19:10:10 UTC 2015
OS/Arch: linux/amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment