Skip to content

Commit 4df8e6c

Browse files
authored
Update docker_executor description to use Docker container
1 parent 2f4af03 commit 4df8e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/guides/operate/run-executors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Executing a job via <PyObject section="jobs" module="dagster" object="JobDefinit
5858
| <PyObject section="execution" module="dagster" object="multiprocess_executor" /> | Executes each step within its own spawned process. Has a configurable level of parallelism. |
5959
| <PyObject section="libraries" integration="dask" module="dagster_dask" object="dask_executor" /> | Executes each step within a Dask task. |
6060
| <PyObject section="libraries" integration="celery" module="dagster_celery" object="celery_executor" /> | Executes each step within a Celery task. |
61-
| <PyObject section="libraries" integration="docker" module="dagster_docker" object="docker_executor" /> | Executes each step within an ephemeral Kubernetes pod. |
61+
| <PyObject section="libraries" integration="docker" module="dagster_docker" object="docker_executor" /> | Executes each step within an ephemeral Docker container. |
6262
| <PyObject section="libraries" integration="k8s" module="dagster_k8s" object="k8s_job_executor" /> | Executes each step within an ephemeral Kubernetes pod. |
6363
| <PyObject section="libraries" integration="celery" module="dagster_celery_k8s" object="celery_k8s_job_executor" /> | Executes each step within an ephemeral Kubernetes pod, using Celery as a control plane for prioritization and queuing. |
6464
| <PyObject section="libraries" integration="aws" module="dagster_aws" object="ecs.ecs_executor" /> | Executes each step within an ephemeral ECS task. |

0 commit comments

Comments
 (0)