VOOZH about

URL: https://qiita.com/t-okushima/items/062c3eb380e58b85f134

⇱ homebrew caskでDocker for Macインストール #homebrew-cask - Qiita


👁 Image
6

Go to list of users who liked

7

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

@t-okushima(tadanobu okushima)

homebrew caskでDocker for Macインストール

6
Posted at

前提

homebrew, homebrew caskはインストール済みであること

環境

OS:macOS Sierra(10.12.5)

インストール

以下のコマンドを実行する。

brew cask install docker

確認

以下の様にコマンドを実行しインストールされていることを確認する。
コマンドでDockerを起動していますが、起動は任意で構いません。

open /Application/Docker.app
docker --version
docker-machine --version
docker-compose --version
6

Go to list of users who liked

7
0

Go to list of comments

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

Go to list of users who liked

7