OSXでBoot2Dockerを使用して、Dockerを初めて使用します。起動後、次のメッセージが表示されます。
To connect the Docker client to the Docker daemon, please set
export DOCKER_HOST=tcp://192.168.59.103:2375
それがなくても、基本的な Docker コマンド (例: docker run hello-world
) は問題なく動作します。
インストール手順はあまり有益ではありません。
Note: If you see a message in the terminal that looks something like this:
To connect the Docker client to the Docker daemon, please set:
export DOCKER_HOST=tcp://192.168.59.103:2375
you can safely set the evironment variable as instructed.
それが「安全」であることを知っていても、それがなぜ有用なのかはわかりません。
私がはっきりしていないこと:
- ドッカー「クライアント」とは何ですか?
- ドッカー「デーモン」とは何ですか?
- ドッカーの「ホスト」とは何ですか? (Boot2Docker VM 自体?)