#Publish local Images

1 messages · Page 1 of 1 (latest)

fleet thorn
#

Hey there. Dockerx (Buildkit?) can „publish“ Images to the local docker Daemon. Could dagger Support this as well?

I have a daggerized monorepo with around 12 images that I‘d like to Build, publish-local and then start in a local k3s (typically via Rancher Desktop).

Found a worksround to Mount the external docker.sock into a docker cli Container and the docker import a Container.export tarball but that feels Kind of Hacky and Locating the docker sock has some weird Platform dependent vibe to it .

Any and Plans to Support this natively in dagger?