Vagrant+AtomicHostでDockerのhostとなる環境を作る

DockerのHostOSとして、AtomicHostのCentOS版を使用

http://www.projectatomic.io/

ProjectAtomicで提供されているVagrantのBoxイメージを利用する

$vagrant box add AtomicHost http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-AtomicHost-Vagrant-VirtualBox.box

$vagrant init Atomithost

適当に、Vagrantfileのネットワークの設定やら色々したあと、upとsshする
rsync」を求められるので、cygwinなりにはsetupしておく事。

これでDockerコマンドが使える環境が整う。