update various "doc" links in code

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-08-01 13:38:03 +02:00
parent 2ab75a2461
commit 78ccee32b3
8 changed files with 8 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ type MountPoint struct {
Name string
// Driver is the volume driver used to create the volume (if it is a volume)
Driver string
// Type of mount to use, see `Type<foo>` definitions in github.com/docker/docker/api/types/mount
// Type of mount to use.
Type mounttypes.Type `json:",omitempty"`
// Volume is the volume providing data to this mountpoint.
// This is nil unless `Type` is set to `TypeVolume`