victorious-xylophone-76105
09/19/2022, 4:44 PMquickstart
deployment started giving me issues: recently while trying to invoke datahub docker quickstart
, I am getting:
Fetching docker-compose file <https://raw.githubusercontent.com/datahub-project/datahub/master/docker/quickstart/docker-compose-without-neo4j.quickstart.yml> from GitHub
Pulling docker images...
unknown shorthand flag: 'f' in -f
...
I suspect that this line of code has to do something with it, because docker compose
is called instead if `docker-compose`:
https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/src/datahub/cli/docker_cli.py#L636-L637
Please, help how to get around it?
Thanks!incalculable-ocean-74010
09/19/2022, 7:02 PMdocker
are you running?victorious-xylophone-76105
09/19/2022, 8:26 PMvictorious-xylophone-76105
09/19/2022, 8:27 PMincalculable-ocean-74010
09/19/2022, 8:57 PMdocker compose
(note the spaces) also installed?victorious-xylophone-76105
09/20/2022, 12:10 AMdocker-compose
to docker compose
incalculable-ocean-74010
09/20/2022, 7:30 AMdocker-compose
to docker compose
as the former is deprecated and was giving to some in our community with ARM machines.