LoginSignup
47
34

More than 5 years have passed since last update.

Docker環境をHomebrewで手軽に作成

Last updated at Posted at 2017-01-17

概要

Docker を使ってみたかったので mac (El Capitan/10.11.6) で環境作ってみた

Docker for mac を homebrew でインストール

brew install docker
brew cask install docker   # /Applications/Docker.appができる

これだけ。
/Applications/Docker.app を立ち上げたら Docker の daemon が起動するので
docker ps でコンテナ確認できる

VirtualBoxとかtoolboxとか色々考慮しなくていいのがシンプルでいいですね。

参考
とりいそぎhomebrewでDocker for Mac 1.12をインストールする
http://labs.timedia.co.jp/2016/08/homebrewdocker-for-mac-112.html

※ caskって何?って方に
Macのセッティングが楽チンに!『Homebrew Cask』でソフトを簡単インストール
http://www.lifehacker.jp/2015/08/150823_homebrew_cask.html

47
34
2

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
47
34