//
pkg.gl
Category
github.com/alexandrev/docker
volume
package
1.9.0
Repository:
https://github.com/alexandrev/docker.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
44 SLOC
#
Packages
drivers
No description provided by the author
local
Package local provides the default implementation for volumes.
store
No description provided by the author
testutils
No description provided by the author
#
Functions
ReadWrite
ReadWrite tells you if a mode string is a valid read-write mode or not.
ValidMountMode
ValidMountMode will make sure the mount mode is valid.
#
Constants
DefaultDriverName
DefaultDriverName is the driver name used for the driver implemented in the local package.
#
Interfaces
Driver
Driver is for creating and removing volumes.
Volume
Volume is a place to store data.