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
Volumes are abstract objects that can be docker volumes proper, or bind mounts.
In various places we need the name, in some places we need the type of mount, and also the source/target.
It would be cleaner to have an instance of a Volume object that captures this abstraction better, rather than various calls to VolumeAPI.foo.. scattered throughout the codebase.
The text was updated successfully, but these errors were encountered:
Volumes are abstract objects that can be docker volumes proper, or bind mounts.
In various places we need the name, in some places we need the type of mount, and also the source/target.
It would be cleaner to have an instance of a Volume object that captures this abstraction better, rather than various calls to VolumeAPI.foo.. scattered throughout the codebase.
The text was updated successfully, but these errors were encountered: