I'm having issues with running jobs as docker cont...
# ask-community
c
I'm having issues with running jobs as docker containers as per https://docs.dagster.io/concepts/repositories-workspaces/workspaces#specifying-a-docker-image-in-your-grpc-server in a docker-compose setup:
Copy code
docker.errors.NotFound: 404 Client Error for <http+docker://localhost/v1.41/containers/cb639ffa1ed57b0cd6581e81de37bb4395bfb4cb7f398d03b2b15a9eabbcea37/start>: Not Found ("network dagster_network not found")
I can see docker-compose gives it another name,
username_dagster_network
- i.e the name of my current user and the network.. You might want to document that somewhere. or am i doing something wrong?
i was using version 3.3 of docker compose - had to be >3.5