[archived] "Docker-in-Docker using sidecars" docs discussion #13010
Replies: 3 comments 4 replies
-
Is the Note relevant to the example? It looks like the example is running the docker daemon in a sidecar. Below is an example of dind running in a Pod in EKS 1.24 testcontainers/testcontainers-java#1135 (comment) I think dind can run on any CRI runtime. |
Beta Was this translation helpful? Give feedback.
-
My claim is that dind, despite the name, only requires a CRI-compatible runtime. That's why it is listed as an option in the migration guide:
The link to the testcontainers example above is running dind as a sidecar in k8s 1.24, which has no docker shim, right? In other words, the Argo Workflows example that runs dind in a sidecar should still work. |
Beta Was this translation helpful? Give feedback.
-
Right. Sorry for the confusion. EKS removed dockershim when everyone else did. I'm looking for a way to run testcontainers in Argo Workflows, and I was surprised by this warning, because I think dind should still work. |
Beta Was this translation helpful? Give feedback.
-
en/latest/walk-through/docker-in-docker-using-sidecars/
https://argo-workflows.readthedocs.io/en/latest/walk-through/docker-in-docker-using-sidecars/
Beta Was this translation helpful? Give feedback.
All reactions