More than 5 years have passed since last update.
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
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
