summaryrefslogtreecommitdiff
path: root/daemon/create_windows.go
Commit message (Expand)AuthorAgeFilesLines
* Fix pruning anon volume created from image configBrian Goff2023-03-141-7/+1
* daemon, oci: remove LCOW bitsSebastiaan van Stijn2021-07-271-13/+2
* volume/mounts: remove "containerOS" argument from NewParser (LCOW code)Sebastiaan van Stijn2021-07-021-1/+1
* Entropy cannot be savedJustin Cormack2019-06-071-1/+1
* Extract volume interaction to a volumes serviceBrian Goff2018-05-251-2/+4
* Move mount parsing to separate package.Brian Goff2018-04-191-2/+2
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-4/+4
* Volume refactoring for LCOWSimon Ferquel2017-09-141-2/+2
* LCOW: Force to be Hyper-V IsolationJohn Howard2017-08-091-3/+14
* Windows: Revert 27884John Howard2016-11-161-8/+0
* Windows: Fix COPY file . after WORKDIRJohn Howard2016-10-301-0/+8
* Add new `HostConfig` field, `Mounts`.Brian Goff2016-09-131-1/+1
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* Windows: Default isolation and workdirJohn Howard2016-05-261-0/+5
* Windows: Remove TP4 support from main codeJohn Howard2016-04-061-1/+1
* add label support for build, networks and volumesEvan Hazlett2016-03-221-1/+1
* Allow external volume drivers to host anonymous volumes and copy existing dat...Stephen Rust2016-01-081-10/+1
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-1/+1
* Move responsibility of ls/inspect to volume driverBrian Goff2016-01-051-1/+1
* Move Config and HostConfig from runconfig to types/container.David Calavera2015-12-221-2/+2
* Fix typos found across repositoryJustas Brazauskas2015-12-131-2/+2
* Move Container to its own package.David Calavera2015-12-031-4/+5
* Remove further references to the daemon within containers.David Calavera2015-11-041-2/+2
* Windows: Add volume supportJohn Howard2015-10-221-0/+72
* Move VolumeDriver to HostConfig to make containers portable.David Calavera2015-09-041-1/+1
* added check for bind on create to determine local volume driverClinton Kitson2015-08-201-1/+2
* Windows: Factoring out unused fieldsJohn Howard2015-07-271-0/+10