summaryrefslogtreecommitdiff
path: root/container
Commit message (Expand)AuthorAgeFilesLines
* Fix restart monitor stopping on manual restartTonis Tiigi2016-04-111-0/+1
* Add explicit flags for volume cp/no-cpBrian Goff2016-03-212-6/+3
* Windows libcontainerd implementationJohn Howard2016-03-183-6/+17
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-188-433/+96
* Don't smoosh hostname and domainname in APITim Hockin2016-03-151-10/+1
* Merge pull request #21190 from runcom/cleanupSebastiaan van Stijn2016-03-151-6/+0
|\
| * *: remove unused stuffAntonio Murdaca2016-03-141-6/+0
* | Merge pull request #21048 from LK4D4/fix_attach_leakDavid Calavera2016-03-141-36/+83
|\ \ | |/ |/|
| * daemon: fix hanging attaches on initial start failuresAlexander Morozov2016-03-101-36/+83
* | Windows libnetwork integrationmsabansal2016-03-093-299/+309
* | Merge pull request #21019 from aboch/seBrian Goff2016-03-091-5/+1
|\ \
| * | Add Exposed ports and port-mapping configs to SandboxAlessandro Boch2016-03-091-5/+1
* | | Remove obsolete commentAlexander Morozov2016-03-091-3/+0
* | | Merge pull request #21033 from estesp/workdir-perms-usernsAntonio Murdaca2016-03-091-3/+3
|\ \ \ | |/ / |/| |
| * | Ensure WORKDIR is created with remapped root ownershipPhil Estes2016-03-081-3/+3
| |/
* | Add support for NoNewPrivileges in dockerMrunal Patel2016-03-071-0/+1
|/
* Merge pull request #20858 from mountkin/validate-log-opts-againVincent Demeester2016-03-021-13/+0
|\
| * validate log-opt when creating containers AGAINShijiang Wei2016-03-021-13/+0
* | Windows: Don't create working dir for Hyper-V ContainersJohn Howard2016-03-013-2/+22
|/
* container: container_unix: remove unused funcAntonio Murdaca2016-02-291-5/+0
* Remove static errors from errors package.David Calavera2016-02-264-27/+22
* Update RestartPolicy of containerZhang Wei2016-02-206-11/+49
* Merge pull request #20133 from mlaventure/dont-bind-mount-mqueueTibor Vass2016-02-091-10/+0
|\
| * Prevent mqueue from implicitely becoming a bind mount with --ipc=hostKenfe-Mickael Laventure2016-02-091-10/+0
* | Merge pull request #19985 from Microsoft/CombineSetupWorkingDirDavid Calavera2016-02-093-35/+47
|\ \ | |/ |/|
| * Combine SetupWorkingDirectory for Linux and WindowsDarren Stahl2016-02-053-35/+47
* | Make mqueue container specificDan Walsh2016-02-051-15/+2
|/
* Lock container when set state to restartingZhang Wei2016-02-021-1/+1
* Signed-off-by: John Howard <jhoward@microsoft.com>John Howard2016-01-293-29/+34
* Combine SetupWorkingDirectory for Linux and WindowsDarren Stahl2016-01-273-34/+29
* Merge pull request #19722 from WeiZhang555/exec-restartingLei Jitang2016-01-271-0/+8
|\
| * Forbid exec a restarting containerZhang Wei2016-01-271-0/+8
* | Merge pull request #19705 from mavenugo/18222Arnaud Porterie2016-01-261-29/+58
|\ \
| * | Move port-mapping ownership closer to Sandbox (from Endpoint)Madhu Venugopal2016-01-261-29/+58
| |/
* | *: purge dockerinit from source codeAleksa Sarai2016-01-261-4/+0
|/
* Save endpoint config only if endpoint creation succeedsAlessandro Boch2016-01-251-2/+2
* IT for service/network name with '.', corrected libnetwork flag for DNSSanthosh Manohar2016-01-211-4/+4
* Merge pull request #19383 from calavera/container_storeBrian Goff2016-01-214-0/+260
|\
| * Extract container store from the daemon.David Calavera2016-01-194-0/+260
* | only close LogDriver after LogCopier is doneDaniel Dao2016-01-181-0/+3
|/
* Merge pull request #19339 from cpuguy83/19335_revert_18736Tibor Vass2016-01-142-24/+4
|\
| * Revert "Break big lock into some tiny locks"Brian Goff2016-01-142-24/+4
* | Merge pull request #19242 from mavenugo/nsaliasDavid Calavera2016-01-141-0/+4
|\ \ | |/ |/|
| * Network scoped alias supportMadhu Venugopal2016-01-141-0/+4
* | Add network ID to container inspectWen Cheng Ma2016-01-141-3/+4
|/
* Support `--link` for user-defined networksMadhu Venugopal2016-01-121-0/+16
* Merge pull request #19121 from WeiZhang555/tty-resizeTibor Vass2016-01-111-0/+3
|\
| * Check nil Terminal to avoid panicZhang Wei2016-01-071-0/+3
* | Merge pull request #18512 from euank/18510-fixOomKilledSebastiaan van Stijn2016-01-111-2/+1
|\ \
| * | Set OOMKilled state on any OOM eventEuan2015-12-151-2/+1