3
3

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 for Mac のアップグレード

Posted at

概要

Macbook に Homebrew でインストールした Docker をアップグレードします。

20190215_docker.png

インストール

今回は、アップグレードですが、その前にインストールについて、一応、言及しておきます。といっても、以下のコマンドを実行するだけです。

% brew cask install docker

アップグレード

アップグレードも簡単です。まずは、Docker アプリが起動している場合は、終了させてください。次に以下のコマンドを実行します。

% brew cask upgrade docker

確認

Docker アプリを起動し、以下のコマンドで確認します。

% docker info
% docker version

以上です。

3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?