argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.21k forks source link

docs: remove incorrect statement about DIND not working #13781

Closed agilgur5 closed 1 month ago

agilgur5 commented 1 month ago

Fixes https://github.com/argoproj/argo-workflows/discussions/13010#discussioncomment-9372559, https://github.com/argoproj/argo-workflows/pull/10778#issuecomment-2105499778

Motivation

As users have mentioned, DIND does still work and the specific DIND image used comes with Docker Engine and so does not rely on the k8s container engine

Modifications

Verification

make docs passes

joebowbeer commented 1 month ago

Thanks for doing this.