Hi all, in python sdk documentation, it says that Container.Directory() includes mount (https://dagger-io.readthedocs.io/en/sdk-python-v0.6.3/api.html#dagger.api.gen.Container.directory). Does this means it includes mounted cache under the directory? i tried mounting the directory to another container, but it does not includes the cachedmount. i also tried invoking Directory.entries("/path/to/cached/mount") but it does not returns cached object
#Mount directory with cache
1 messages · Page 1 of 1 (latest)
👋 no, it means it includes other mounted directories via WithMountedDirectory not with WithMountedCache
dir mounts and cache volume mounts are different things