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
Refactors how container mounts (volumes) are managed within the system. Instead of relying on simple string representations, a new, more explicit Mount data structure is now used. This change enhances type safety, improves the clarity of mount configurations, makes the system easier to extend, and streamlines the underlying logic for volume management across various components.
0 commit comments