https://dagster.io/ logo
Title
m

Marc Keeling

10/07/2021, 5:54 PM
Hi, I'm a new to dagster and trying to test a very basic docker POC. Following the Docker tutorial I get the attached error. I suspect it has something to do with my dagster.yml file in the run_launcher, but not sure how to troubleshoot. Any advice would be greatly appreciated.
👍 1
c

Chris Chan

10/07/2021, 9:58 PM
When I’ve used the Docker run launcher, I had to set the env var
DAGSTER_CURRENT_IMAGE
and point it to the right Docker image
🙏 1
m

Marc Keeling

10/07/2021, 10:18 PM
Thanks for responding @Chris Chan! This is what I currently have it set to in my docker-compose.yml file Does this look right to you Chris?
c

Chris Chan

10/07/2021, 11:58 PM
hmm yeah that all looks right to me - you have the env var and the
image
tag in the docker compose