package storage

import "github.com/dotcloud/docker/api/types/storage"

Index

Types

type DriverData

type DriverData struct {

	// Low-level storage metadata, provided as key/value pairs.
	//
	// This information is driver-specific, and depends on the storage-driver
	// in use, and should be used for informational purposes only.
	//
	// Required: true
	Data map[string]string `json:"Data"`

	// Name of the storage driver.
	// Required: true
	Name string `json:"Name"`
}

DriverData Information about the storage driver used to store the container's and image's filesystem.

swagger:model DriverData

Source Files

driver_data.go

Version
v28.1.1+incompatible (latest)
Published
Apr 18, 2025
Platform
linux/amd64
Last checked
45 minutes ago

Tools for package owners.