Closed danielkcz closed 6 years ago
It seems you don't have docker-compose installed. Also, if you use Docker Toolkit then you can only run these commands inside the docker VM it comes with.
Well, I can run docker
and docker-compose
from a fresh command line just fine. The Docker VM is started. I tried running something from the docker hub and it's working.
Indeed this looks like an issue with your local Docker configuration. Other issues like this could help you figure out a fix.
Ok, I've run it inside Docker Terminal and that works now, but there is apparently some other issue coming from migration/configs. This is probably related to #1451, maybe something else?
$ docker-compose up -d --remove-orphans
docker Creating network "localdatabase_graphcool" with driver "bridge"
docker Creating volume "localdatabase_db-persistence" with default driver
docker Pulling graphcool-db (mysql:5.7)...
docker 5.7: Pulling from library/mysql
docker Digest: sha256:1f95a2ba07ea2ee2800ec8ce3b5370ed4754b0a71d9d11c0c35c934e9708dcf1
docker Status: Downloaded newer image for mysql:5.7
docker Pulling graphcool-database (graphcool/graphcool-dev:1.0.0-beta2.1)...
docker 1.0.0-beta2.1: Pulling from graphcool/graphcool-dev
docker Digest: sha256:2fddafd9dbb9912d03d11734cded232fc8b4c943f02af3dcc8191da0f657708e
docker Status: Downloaded newer image for graphcool/graphcool-dev:1.0.0-beta2.1
docker Creating localdatabase_graphcool-database_1 ...
docker Creating localdatabase_graphcool-database_1
docker Creating graphcool-db ...
Creating localdatabase_graphcool-database_1 ... done
Creating graphcool-db ... done
docker
Waiting for Graphcool to initialize. This can take several minutes... √
! 'ENOENT': ENOENT: no such file or directory, open 'D:\users\DarkMaster\.graphcool\config.yml'
Note I don't have .graphcool
directory present there even after previous run of gc init
Current behavior
Reproduction
Initialized a new service with the latest beta. Haven't changed anything in either file.
graphcool/1.0.0-beta2.1.1 (windows-x64) node-v9.3.0
I am quite a rookie with Docker, I am not entirely sure it's properly installed as I had to use some legacy Docker Toolkit due to incompatibility with VirtualBox.