Chris Roth
05/11/2020, 7:09 PMcontext.pdb.set_trace()
to work with docker-compose? i added stdin_open: true
and tty: true
to my docker-compose service but it still doesn't let me interact with the terminalmax
05/11/2020, 7:12 PMdocker-compose run
the specific servicetty:true
in a docker compose file and would not be surprised if it worked in some unexpected wayChris Roth
05/11/2020, 7:12 PMdocker-compose run
command with dagster? when i try docker-compose run dagit "dagster pipeline execute ..."
it complains that there is an extra unexpected argumentdocker-compose run --entrypoint "dagster pipeline execute ..." dagit
docker run ...
with a .env
file? (not a dagster question, but since you're here 😛 ).env
filemax
05/11/2020, 7:17 PMChris Roth
05/11/2020, 7:17 PMmax
05/11/2020, 7:18 PM--env-file
to docker runChris Roth
05/11/2020, 7:19 PMentrypoint
vs cmd
argument as well