Hello, The `quickstart` deployment started giving ...
# all-things-deployment
v
Hello, The
quickstart
deployment started giving me issues: recently while trying to invoke
datahub docker quickstart
, I am getting:
Copy code
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!
i
Hello Greg, What version of
docker
are you running?
v
Docker version 20.10.15, build fd82621
It runs on ubuntu on the instance in AWS Codebuild
i
Was
docker compose
(note the spaces) also installed?
v
I guess not, it is a bit strange because I did not have any issues before, it started in the past week. It means AWS did have docker compose installed before on their Ubuntu instances which seems like not very likely, why downgrade? Or Datahub switched the quickstart from
docker-compose
to
docker compose
i
DataHub switched from
docker-compose
to
docker compose
as the former is deprecated and was giving to some in our community with ARM machines.