#In the current version of Dagger the SDK
1 messages ยท Page 1 of 1 (latest)
I'm likely going to be running the PHP SDK from a container from day 0, as I don't want people to have PHP running on their machines to use this ..
docker images already have PHP pre-installed/compiled ๐ so it saves a huge effort
understood.
I'm missing the whole Dagger systems design architecture image, in my head, to see how things "talk to each other" ..
but 1) maybe we missed a way to actually make it possible, and 2) I totally understand why you want to do it, which is why we switched to fully containerizing SDKs in Zenith ๐
Zenith ftw! ๐
Not super thorough but there is this: https://docs.dagger.io/#how-does-it-work
@hot falcon i take it this OCI part means any container engine (docker and others) - right?
Dagger Engine -> Docker Engine -> pipelines[] ??
Actually the diagram is over-simplifying, technically the Dagger Engine has no dependency, it just needs to run on an OS that supports running linux containers (and have the privileges to do so)