fractal-analytics-platform / fractal-containers

Containers for testing Fractal
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Review docker setup on mac #17

Open tcompa opened 11 months ago

tcompa commented 11 months ago

Branching from #13

Failed attempts at setting up docker on the command line

I thought it would be easy to get that done, I just brew install docker. But then I ran into an unknown flag: --build error. So I installed docker-compose.

Then I ran into Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

I tried: brew install docker-machine brew services start docker-machine

That didn't help though