docker-machinアップグレードしようとしたらこんなエラーが
$ docker-machine upgrade dev
Detecting the provisioner...
Downloading latest boot2docker iso...
Error demarshaling the Github API response: json: cannot unmarshal object into Go value of type []struct { TagName string "json:\"tag_name\"" }
You may be getting rate limited by Github.
どうやら制限がかかったらしい
GitHubのトークンを指定してあげればOK
$ docker-machine --github-api-token=<トークン> upgrade dev
Detecting the provisioner.