#Dockerd services issue
1 messages ยท Page 1 of 1 (latest)
hrm, I busted the cache and ran the second function again (the one in the comment) now the output is as expected ๐ค
And with the cache busted the original function still does not work. So it seems like a new service is created for each call, which kind of makes sense in the dag, but I expected the service to be reused
@jade roost this means your daggerverse/docker module does not work with the current release, which is how I got here ๐
i think it already didn't work before... that behavior was already there. It only sort of worked because I had the docker state in a volume
and I agree it's a potential problem.
even if the current behavior is correct, we need to document it better
yeah I was wondering if that was an intentional workaround or not
accidental workaround ๐
which I discovered when I tried to remove the cache volume...