package
Version:
v2.0.0-alpha.2+incompa...
Opens a new window with list of versions in this module.
Published: Feb 5, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Docker-Registry Filesystem Storage Driver
An implementation of the storagedriver.StorageDriver
interface which uses the local filesystem.
Parameters
rootdirectory
: (optional) The root directory tree in which all registry files will be stored. Defaults to /tmp/registry/storage
.
Documentation
¶
Driver is a storagedriver.StorageDriver implementation backed by a local
filesystem. All provided paths will be subpaths of the RootDirectory.
func FromParameters(parameters map[string]interface{}) *Driver
FromParameters constructs a new Driver with a given parameters map
Optional Parameters:
- rootdirectory
New constructs a new Driver with a given rootDirectory
Source Files
¶
Click to show internal directories.
Click to hide internal directories.