#Go SDK Publish Image to Docker Desktop

1 messages · Page 1 of 1 (latest)

patent jacinth
#

Hello,

Experimenting with the go sdk and wondering if it is possible to publish an image to docker desktop (in wsl2) without running a local registry? I don't see anything in the docs (Docker desktop or otherwise) that would indicate that this is possible, but wondering if I'm missing some trick. Thx!

humble sable
#

@patent jacinth you could try exporting exporting the image as tar file and then importing it in docker desktop

patent jacinth
#

thx!

snow siren
raw edge
#

Once we support mounting unix socket in a container, you could presumably do this straight from your pipeline, by running the docker client in a container?

patent jacinth
patent jacinth