docker-compose upをしたら以下の様なエラーが出ました。
Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/node/images. You may want to check your internet connection or if you are behind a proxy.
docker-machineを再起動で動きました。
$ docker-machine restart default
$ eval $(docker-machine env default)