6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

メモ:Docker 0.11.1 がリリースされたけど、

Last updated at Posted at 2014-05-07

Docker 0.11.0 がリリースされたけど、互換性の問題が発生するので、サーバー側(boot2docker 等)もバージョンアップされるまで元に戻す。

Error: client and server don't have same version (client : 1.11, server: 1.10)
$ curl -O https://get.docker.com/builds/Darwin/x86_64/docker-0.10.0 
$ chmod +x docker-0.10.0
$ mv docker-0.10.0 /usr/local/bin/docker
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?