testcontainers-scala icon indicating copy to clipboard operation
testcontainers-scala copied to clipboard

Docker Compose V2 Standalone

Open arvkonstantin opened this issue 2 years ago • 0 comments

Hello! I want to use Docker Compose V2 standalone format (https://docs.docker.com/compose/install/standalone/), but it has a different syntax: "docker-compose" instead of "docker compose." I need this because I'm running in GitLab CI, and I don't have the "docker" command available; only the socket is exposed through a service. Is there any solution for my situation?

arvkonstantin avatar Dec 18 '23 12:12 arvkonstantin