Replies: 1 comment
-
If this is in a Serverless deployment of Dagster Cloud then I don't think it's not possible to operate a Docker container independently from your deployment's container. That would require using Dagster+ Hybrid with a Docker agent. An alternative that comes to mind is to host that Docker container in another external execution environment and then use Dagster Pipes to orchestrate it with Dagster Cloud. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of my workflow I need to run a Docker container that executes some NodeJS code. As a first step, I'm trying to get Docker up and running in a job.
The following code works fine locally:
However, when I try to run this on Docker Cloud, I get the following error:
Does Dagster Cloud support running Docker images?
Beta Was this translation helpful? Give feedback.
All reactions