etalab / piaf

Question Answering annotation platform - Plateforme d'annotation
https://piaf.etalab.studio
MIT License
88 stars 21 forks source link

Can't use the docker version on Mac OS Big Sur (11.2.3) #34

Closed gorinje closed 3 years ago

gorinje commented 3 years ago

The docker-compose pull command provides the following error : Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 80, in main File "compose/cli/main.py", line 189, in perform_command File "compose/cli/command.py", line 60, in project_from_options File "compose/cli/command.py", line 152, in get_project File "compose/cli/docker_client.py", line 41, in get_client File "compose/cli/docker_client.py", line 170, in docker_client File "docker/api/client.py", line 197, in init File "docker/api/client.py", line 221, in _retrieve_server_version docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory')) [11847] Failed to execute script docker-compose

guillim commented 3 years ago

Does docker engine work on your machine ? Like for instance can you run docker run -d -p 80:80 docker/getting-started ? I am asking to know if it is related only to docker-compose

gorinje commented 3 years ago

OOoops, right :)