You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming such a situation, program A needs to use a libhello.so, but libhello.so is in the remote registry and does not exist in the container, can Starlight pull this libhello.so?
As far as I know, it seems that the dynamic linker does not go through the FUSE file system.
The text was updated successfully, but these errors were encountered:
Hi @PerseidMeteor , Starlight is not lazy pulling, all the files that does not exist in the local filesystem WILL be eventually pulled from the registry to the local filesystem. So a simple answer to this question is yes.
Describe your question here
Assuming such a situation, program A needs to use a libhello.so, but libhello.so is in the remote registry and does not exist in the container, can Starlight pull this libhello.so?
As far as I know, it seems that the dynamic linker does not go through the FUSE file system.
The text was updated successfully, but these errors were encountered: