Before submitting
Problem or motivation
sometimes I wish I could run the commands I'm used to run when I was using docker-compose directly (stop/restart a single service, read some logs, exec into a container, update a service I changed the config of, etc)
otherwise I have to fallback to docker commands, or restarting / recreating all services
Proposed solution
devpod compose $id logs my_service -f where logs my_service -f is anything I could have put after docker compose
devpod would update the docker-compose config for the project and then handing over the rest to docker compose ... with the appropriate project name / working dir / config file
Alternatives considered
No response
Area
CLI
Acceptance criteria
Additional context
No response
Before submitting
Problem or motivation
sometimes I wish I could run the commands I'm used to run when I was using docker-compose directly (stop/restart a single service, read some logs, exec into a container, update a service I changed the config of, etc)
otherwise I have to fallback to docker commands, or restarting / recreating all services
Proposed solution
devpod compose $id logs my_service -fwherelogs my_service -fis anything I could have put afterdocker composedevpod would update the docker-compose config for the project and then handing over the rest to
docker compose ...with the appropriate project name / working dir / config fileAlternatives considered
No response
Area
CLI
Acceptance criteria
Additional context
No response