Join Slack
Powered by
Mac question about Docker and Graphcool: why do, e...
# prisma-whats-new
v
Vinnie
12/16/2017, 6:47 PM
Mac question about Docker and Graphcool: why do, every time I launch Docker.app, the GC containers get spawned, too?
a
agartha
12/16/2017, 7:21 PM
If they are running before you shutdown, they will start up when you start Docker. Same on Windows.
agartha
12/16/2017, 7:24 PM
Probably due to the restart policy, that you can change (I think) by ejecting. Haven't checked it though.
agartha
12/16/2017, 7:25 PM
Confirmed: restart is set to always:
https://github.com/graphcool/framework/blob/master/cli/packages/graphcool-cli-core/src/commands/local/docker/docker-compose.yml#L7
👍 1
3
Views
Open in Slack
Previous
Next