You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently run all containers using docker run commands in scripts and docker. Defining their configuration in docker-compose.yml files and using docker-compose run instead would reduce duplication of config and make our scripts easier to read.
This would introduce another development dependency into this project. We should document installing Docker Compose if necessary as part of project setup. Alternatively, we could wait for Compose v2 to exit beta and rely on the docker compose command built into more recent versions of Docker Engine.
The text was updated successfully, but these errors were encountered:
We currently run all containers using
docker run
commands inscripts
anddocker
. Defining their configuration indocker-compose.yml
files and usingdocker-compose run
instead would reduce duplication of config and make our scripts easier to read.This would introduce another development dependency into this project. We should document installing Docker Compose if necessary as part of project setup. Alternatively, we could wait for Compose v2 to exit beta and rely on the
docker compose
command built into more recent versions of Docker Engine.The text was updated successfully, but these errors were encountered: