https://dagster.io/ logo
#ask-community
Title
# ask-community
d

Daniel Galea

01/05/2023, 12:29 PM
Does someone know if the dagster-docker DockerRunLauncher is the same as Airflow
🤖 1
s

Sylvain Lesage

01/05/2023, 12:35 PM
From the code and the example here: https://docs.dagster.io/_apidocs/libraries/dagster-docker#dagster_docker.docker_executor, I would say yes. (but I am new to dagster)
Copy code
@job(executor_def=docker_executor)
def docker_job():
    pass
d

Daniel Galea

01/05/2023, 12:37 PM
Thanks 🙂 I will try it out. I am using the K8sRunLauncher but would just like to deploy a specific op in a separate container / pod
d

daniel

01/05/2023, 12:59 PM
Hey Daniel - If you’re running in k8s I think the Ops section here will help: https://docs.dagster.io/_apidocs/libraries/dagster-k8s#ops
D 1
🌈 1
❤️ 1
d

Daniel Galea

01/05/2023, 1:00 PM
@daniel This is exactly what I want, thank you! 🙂
2 Views