lyft / clutch

Extensible platform for infrastructure management
https://clutch.sh
Apache License 2.0
1.67k stars 116 forks source link

chaos integration test: update docker compose command #3052

Closed scarlettperry closed 2 months ago

scarlettperry commented 2 months ago

Description

The chaos integration test has been failing with KeyError: 'ContainerConfig'

Came across https://askubuntu.com/questions/1508129/docker-compose-giving-containerconfig-errors-after-update-today; tldr docker-compose is the V1 syntax which has been deprecated in V2. The V2 syntax is docker compose.

https://docs.docker.com/compose/migrate/#what-are-the-differences-between-compose-v1-and-compose-v2

Testing Performed

CI run