summaryrefslogtreecommitdiff
path: root/daemon/container_windows.go
Commit message (Expand)AuthorAgeFilesLines
* daemon: fix capitalization of some functionsSebastiaan van Stijn2020-04-141-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Remove redundant build-tagsSebastiaan van Stijn2017-12-181-2/+0
* Added an apparmorEnabled boolean in the Daemon struct to indicate if AppArmor...ROBERTO MUĂ‘OZ2017-01-301-0/+11
* Move Container to its own package.David Calavera2015-12-031-213/+0
* This patch adds --tmpfs as a option for mounting tmpfs on directoriesDan Walsh2015-12-021-0/+4
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-11/+15
* Merge pull request #17851 from Microsoft/10662-ArgumentEscapingAntonio Murdaca2015-11-141-0/+1
|\
| * This fixes the case where arguments are escaped twice from Dockerfiles onDarren Stahl2015-11-131-0/+1
* | Merge pull request #17589 from Microsoft/jjh/refactorprocessconfigDavid Calavera2015-11-121-6/+5
|\ \
| * | Refactor ProcessConfigJohn Howard2015-11-091-6/+5
* | | Windows [TP4] Fix docker cp when volumesJohn Howard2015-11-111-0/+13
| |/ |/|
* | Windows: Add default isolation exec driver optionJohn Howard2015-11-101-1/+1
|/
* Remove further references to the daemon within containers.David Calavera2015-11-041-1/+1
* Decouple daemon and container to manage networks.David Calavera2015-11-041-16/+16
* Decouple daemon and container to cleanup containers.David Calavera2015-11-041-1/+1
* Decouple daemon and container to mount and unmount filesystems.David Calavera2015-11-041-26/+2
* Turn IPC unmount errors into warnings.David Calavera2015-10-301-2/+1
* Merge pull request #16779 from Microsoft/10662-execdrivercommandDavid Calavera2015-10-301-24/+16
|\
| * Windows: Refactor execdriver.CommandJohn Howard2015-10-301-24/+16
* | Force IPC mount to unmount on daemon shutdown/initBrian Goff2015-10-301-1/+5
|/
* Windows: Adds support for Hyper-V ContainersJohn Howard2015-10-291-0/+25
* Windows: Refactor resources structureJohn Howard2015-10-261-1/+3
* Windows: Add volume supportJohn Howard2015-10-221-12/+6
* Merge pull request #16660 from Microsoft/js/hostnameBrian Goff2015-10-081-0/+1
|\
| * Windows: --hostname supportJohn Starks2015-09-291-0/+1
* | Network remote APIs using new router, --net=<user-defined-network> changesMadhu Venugopal2015-10-071-0/+11
* | Revert "Merge pull request #16228 from duglin/ContextualizeEvents"Tibor Vass2015-09-291-6/+5
|/
* Fix windows cross compile with new netlinkMichael Crosby2015-09-241-0/+4
* Add context.RequestID to event streamDoug Davis2015-09-241-5/+6
* Merge pull request #15862 from calavera/share_shm_and_mqueueJess Frazelle2015-09-241-0/+12
|\
| * Add support for sharing /dev/shm/ and /dev/mqueue between containersMrunal Patel2015-09-111-0/+12
* | Windows: [TP4] Add CPU WeightJohn Howard2015-09-221-2/+4
* | Move api/errors/ to errors/Doug Davis2015-09-171-1/+1
* | Merge pull request #16355 from duglin/DaemonErrorsJess Frazelle2015-09-171-6/+6
|\ \
| * | Convert some "daemon" static error strings to the new errocode package formatDoug Davis2015-09-161-6/+6
| |/
* | Update native execdriver to exploit libcontainer hooksMadhu Venugopal2015-09-161-0/+5
|/
* Windows: Fix golint daemon breaking commitJohn Howard2015-09-021-9/+0
* golint fixes for daemon/ packageMorgan Bauer2015-08-271-22/+22
* Merge pull request #14242 from cpuguy83/add_volume_apiSebastiaan van Stijn2015-08-261-1/+1
|\
| * Add volume API/CLIBrian Goff2015-08-261-1/+1
* | Revert "Add support for sharing /dev/shm/ and /dev/mqueue between containers"David Calavera2015-08-261-12/+0
|/
* Add support for sharing /dev/shm/ and /dev/mqueue between containersMrunal Patel2015-08-191-0/+12
* Windows: Graph remove custom interface and add central storeStefan J. Wernli2015-08-141-58/+17
* Windows: Enable NAT port mappingJohn Howard2015-08-121-4/+8
* Windows: Remove some TODOsJohn Howard2015-07-301-2/+2
* Cleanup links top level pkgAntonio Murdaca2015-07-291-6/+4
* Windows: Factoring out unused fieldsJohn Howard2015-07-271-12/+10
* Merge pull request #14688 from Microsoft/10662-hookupmacJessie Frazelle2015-07-211-2/+1
|\
| * Windows: Hook up user supplied MACJohn Howard2015-07-161-2/+1