Docker Composeで以下のようなエラーが出て、起動できない。
$ docker-compose up
Couldn't connect to Docker daemon at http+unix://var/run/docker.sock - is it running?
If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.
$(docker-machine env マシン名)で解決した。
$(docker-machine env dev)
posted by digital-squad at 2015年03月19日 09時54分
|
Comment(0)
|
TrackBack(0)
|
サーバ