#Dagger / Docker Engine 101

1 messages · Page 1 of 1 (latest)

topaz ledge
#

Is there a guide or an explanation how dagger engine actually runs containers inside the dagger engine. I am taking this opportunity to learn a bit about how docker works under the hood as well.
If there is a guide, tips, videos that explains dagger / docker under the hood, if would be great if you can provide a link to it.

Just trying to learn but no entirely sure whre to start.

odd halo
topaz ledge
#

thank you!

#

is it buildkit that also runs the containers.
when i do dag.container().from_("some-image").as_service() ?

#

or for running containers, the engine rely on runc ?

valid wind
#

dagger is a complete container orchestrator & runtime. It bundles its own version of runc and buildkit