summaryrefslogtreecommitdiff
path: root/container/container_windows.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/signal: remove DefaultStopSignal constSebastiaan van Stijn2021-08-111-0/+3
* container: un-export DefaultStopTimeoutSebastiaan van Stijn2021-08-111-2/+2
* Swarm config: use absolute paths for mount destination stringsAkihiro Suda2021-05-111-1/+2
* container.ConfigFilePath: use same signature on WindowsSebastiaan van Stijn2019-09-031-2/+2
* Allow system.MkDirAll() to be used as drop-in for os.MkDirAll()Sebastiaan van Stijn2019-08-081-2/+2
* Remove DiskQouta field.Yash Murty2019-04-301-1/+0
* Move EnableServiceDiscoveryOnDefaultNetwork to container-operationsSebastiaan van Stijn2019-03-201-5/+0
* Add pids-limit support in docker updateSunny Gogoi2019-02-211-1/+1
* UnmountIpcMount: simplifyKir Kolyshkin2018-12-101-1/+1
* Merge configs/secrets in unix implementationBrian Goff2018-02-161-9/+16
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Make container resource mounts unbindableBrian Goff2018-01-161-7/+19
* Remove redundant build-tagsSebastiaan van Stijn2017-12-181-2/+0
* Increase container default shutdown timeout on WindowsDarren Stahl2017-10-231-0/+3
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-6/+0
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-12/+0
* Implement none, private, and shareable ipc modesKir Kolyshkin2017-08-141-2/+3
* keep a consistent view of containers renderedFabio Kung2017-06-231-4/+1
* Move platform specific mount data to ContainerFabio Kung2017-06-231-0/+17
* LCOW: Create layer folders with correct ACLJohn Howard2017-06-201-2/+2
* LCOW: OCI Spec and Environment for container startJohn Howard2017-06-201-8/+0
* LCOW: Remove CommonContainer - just ContainerJohn Howard2017-06-201-9/+0
* Add Windows configs supportJohn Stephens2017-05-161-0/+38
* Add Windows secrets supportJohn Stephens2017-05-161-4/+38
* Use "local" secret paths based on the secretIDAaron Lehmann2017-05-101-1/+1
* support custom paths for secretsEvan Hazlett2017-05-101-2/+6
* Add missing resources to update block for Windows containersDarren Stahl2017-03-071-6/+32
* (*) Support --net:container:<containername/id> for windowsMadhan Raj Mookkandy2017-02-281-0/+1
* Windows: Unify workdir handlingJohn Howard2017-02-021-7/+0
* Move ReplaceOrAppendEnvValues to container packageVincent Demeester2016-12-211-2/+1
* Fix uneccessary calls to `volume.Unmount()`Brian Goff2016-11-101-43/+5
* add SecretMount and UnmountSecrets methods for non-LinuxEvan Hazlett2016-11-091-0/+10
* api: add TypeTmpfs to api/types/mountAkihiro Suda2016-10-281-2/+2
* Windows: Factor out unused fields in containerJohn Howard2016-10-131-3/+0
* Merge pull request #27072 from Microsoft/jjh/fix26843Brian Goff2016-09-301-6/+4
|\
| * Windows: Don't resolve volume destJohn Howard2016-09-301-6/+4
* | Fix missing hostname and links in exec envTonis Tiigi2016-09-291-1/+1
|/
* Merge pull request #26843 from anusha-ragunathan/vol-unmount-winAnusha Ragunathan2016-09-231-0/+34
|\
| * Call "VolumeDriver.Unmount" during container stop.Anusha Ragunathan2016-09-221-0/+34
* | Changes required to support windows service discoverymsabansal2016-09-221-0/+5
|/
* correct some nits in commentsallencloud2016-09-151-1/+1
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* Forbid update restart policy of container with AutoRemove flagZhang Wei2016-08-161-0/+3
* daemon: allow tmpfs to trump over VOLUME(s)Antonio Murdaca2016-06-151-1/+2
* Windows: Support ARG in builderJohn Howard2016-05-041-2/+5
* Windows libcontainerd implementationJohn Howard2016-03-181-3/+8
* Windows libnetwork integrationmsabansal2016-03-091-0/+8
* Windows: Don't create working dir for Hyper-V ContainersJohn Howard2016-03-011-2/+9
* Update RestartPolicy of containerZhang Wei2016-02-201-1/+16
* Combine SetupWorkingDirectory for Linux and WindowsDarren Stahl2016-02-051-6/+15