You must log in or register to comment.
I’ve often been able to
alias drun='docker compose run --rm --build'
and simplify down to:drun test
Should be able to encode all those wayward args into
docker-compose.yml
orDockerfile
and only use vanilla docker commands – that’s the whole point of containerization