#Should
1 messages · Page 1 of 1 (latest)
@rustic ruin I was trying to test the image store from a dev build by plumbing through my docker socket and getting a docker cli going. Maybe wrong-headed, but wasn't possible to add docker-cli package anyway.
dagger -c 'dev --image ALPINE | with-unix-socket /var/run/docker.sock ~/Library/Containers/com.docker.docker/Data/docker.raw.sock | with-exec apk,add,docker-cli | with-env-variable _EXPERIMENTAL_DAGGER_RUNNER_IMAGESTORE docker-image | terminal'
I wanted to try out this in the dev engine: https://github.com/dagger/dagger/pull/10695