LoginSignup
6
6

More than 5 years have passed since last update.

boot2docker環境でdockerのバージョンをアップグレード(1.1->1.2)する

Posted at

boot2dockerにupgradeコマンドがあるので、それだけでいけるのかと思ったらだめだった。
オフィシャルページにアップグレードの方法でちゃんとアップグレードできたので(当たり前か)メモ。

[1] インストーラをダウンロード
https://github.com/boot2docker/osx-installer/releases

[2] boot2docker stopコマンドで一旦boot2dockerを止める
[3] インストーラを実行
[4] 以下のコマンドを実行

$ boot2docker stop
$ boot2docker download
$ boot2docker start

Installing Docker on Mac OS X
http://docs.docker.com/installation/mac/#upgrading

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6