testcontainers / testcontainers-scala

Docker containers for testing in scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Compose V2 Standalone

arvkonstantin opened this issue · 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?