aboutsummaryrefslogtreecommitdiff
path: root/volume/volume.go
Commit message (Expand)AuthorAgeFilesLines
* Move mount parsing to separate package.Brian Goff2018-04-191-162/+0
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Simplify/fix MkdirAll usageKir Kolyshkin2017-11-271-1/+0
* volume: evaluate symlinks before relabeling mount sourceAntonio Murdaca2017-09-191-2/+10
* Volume refactoring for LCOWSimon Ferquel2017-09-141-146/+2
* Remove string checking in API error handlingBrian Goff2017-08-151-4/+4
* Windows: Add named pipe mount supportJohn Starks2017-08-071-8/+2
* Spelling fixesJosh Soref2017-07-031-1/+1
* Refactor MountPoint Setup function in volume.goBoaz Shuster2017-06-301-13/+11
* Do not error on relabel when relabel not supportedBrian Goff2017-06-261-0/+4
* Partial refactor of UID/GID usage to use a unified struct.Daniel Nephin2017-06-071-2/+2
* Merge pull request #33330 from coolljt0725/fix_sock_is_dirAkihiro Suda2017-06-071-1/+11
|\
| * Don't create source directory while the daemon is being shutdown, fix #30348Lei Jitang2017-05-301-1/+11
* | Merge pull request #33257 from mtesselH/masterSebastiaan van Stijn2017-05-291-0/+3
|\ \ | |/ |/|
| * Add CreatedAt filed to volume. Display when volume is inspected.Marianna2017-05-261-0/+3
* | Merge pull request #32909 from cpuguy83/32907_volume_unmount_on_cpSebastiaan van Stijn2017-05-091-0/+26
|\ \ | |/ |/|
| * Add refcount for MountPointBrian Goff2017-04-281-0/+26
* | Merge pull request #32687 from runcom/oci-selinuxVincent Demeester2017-04-291-1/+1
|\ \
| * | Switch to using opencontainers/selinux for selinux bindingsAntonio Murdaca2017-04-241-1/+1
| |/
* / Volumes should have default propagation property "rprivate"Vivek Goyal2017-04-261-4/+6
|/
* We need to fix labels if the user requests on volumesDan Walsh2017-01-101-6/+14
* Correct comment in vol driver interfaceJohn Howard2017-01-041-1/+1
* Fix a bit typosyuexiao-wang2016-12-091-1/+1
* Fix uneccessary calls to `volume.Unmount()`Brian Goff2016-11-101-12/+35
* Merge pull request #27164 from cpuguy83/carry_24205Anusha Ragunathan2016-11-031-1/+0
|\
| * Fix volume creates blocked by stale cache entriesBrian Goff2016-11-031-1/+0
* | api: add TypeTmpfs to api/types/mountAkihiro Suda2016-10-281-0/+2
|/
* Show volume options for `docker volume inspect`Yong Tang2016-10-201-7/+3
* Fix some places where low-level errors bubbled upBrian Goff2016-09-241-3/+5
* Add new `HostConfig` field, `Mounts`.Brian Goff2016-09-131-28/+137
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* Make host directory mounts use idtools.MkdirAllNewAsAntonis Kalipetis2016-09-051-4/+5
* revendor engine-apiBrian Goff2016-08-161-2/+3
* optimize a print inYanqiang Miao2016-07-281-1/+1
* Change mount-types to lowercaseSebastiaan van Stijn2016-07-211-3/+3
* fixes minor typo in commentRobert Terhaar2016-07-011-1/+1
* Add Swarm management backendTonis Tiigi2016-06-131-0/+11
* Add support for volume scopesBrian Goff2016-06-051-1/+32
* Need to create bind mount volume if it does not exist.Dan Walsh2016-06-021-6/+11
* Enable auto-creation of host-path on WindowsSebastiaan van Stijn2016-05-071-13/+13
* When calling volume driver Mount, send opaque IDBrian Goff2016-04-291-3/+11
* Merge pull request #22065 from thaJeztah/remove-deprecation-messageBrian Goff2016-04-181-5/+1
|\
| * Remove deprecation warningSebastiaan van Stijn2016-04-151-5/+1
* | Allow volume drivers to provide a `Status` fieldBrian Goff2016-04-151-0/+2
|/
* Add explicit flags for volume cp/no-cpBrian Goff2016-03-211-0/+9
* fix some typos.allencloud2016-03-101-1/+1
* Remove static errors from errors package.David Calavera2016-02-261-5/+13
* fix common misspellVictor Vieux2016-02-111-1/+1
* On container rm, don't remove named mountpointsBrian Goff2016-01-251-0/+1
* Move responsibility of ls/inspect to volume driverBrian Goff2016-01-051-1/+5