xmidt-org / xmidt

Highly scalable pipes for communicating with devices all over the place.
Apache License 2.0
17 stars 19 forks source link

docker-compose syntax wrong in deploy script #66

Closed AravindHemachandran closed 2 years ago

AravindHemachandran commented 2 years ago

https://github.com/xmidt-org/xmidt/blob/8fa9345df51be5450d3f0e40d844d7102324f578/deploy/docker-compose/deploy.sh#L22

"docker-compose" is the syntax to bring up the servers using the docker-compose.yml file.

JC000 commented 2 years ago

docker-compose is the old CLI. Modern versions of the docker CLI supports the compose sub-command.

Non-issue.

AravindHemachandran commented 2 years ago

Thank you for the clarification. I was running this in Linux with docker cli where the compose sub-command was not available at the time.