summaryrefslogtreecommitdiff
path: root/docker
Commit message (Expand)AuthorAgeFilesLines
* When using systemd, pass expected cgroupsPath and cli options to runc.Anusha Ragunathan2016-03-311-0/+4
* Windows libcontainerd implementationJohn Howard2016-03-181-0/+5
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-182-4/+22
* Windows: add support for CloseWrite() to npipe transportJohn Starks2016-03-151-1/+7
* Windows CI: Fix unit test failuresJohn Howard2016-03-112-47/+47
* Merge pull request #20476 from wenchma/19425-TestDaemonStartWithDaemonCommandTibor Vass2016-03-111-0/+47
|\
| * Optimize slow bottleneck tests of TestDaemonStartWithDaemonCommandWen Cheng Ma2016-03-011-0/+47
* | Move registry service options to the daemon configuration.David Calavera2016-03-102-15/+62
* | Windows CI: Unit Test move Unix specific struct field tests to _unix.goDarren Stahl2016-02-292-121/+122
|/
* Merge pull request #20604 from coolljt0725/fix_reloadVincent Demeester2016-02-291-8/+10
|\
| * Fix configuration reloadingLei Jitang2016-02-241-8/+10
* | Remove static errors from errors package.David Calavera2016-02-261-3/+9
* | Add check for non-systemd fd use caseKai Qiang Wu(Kennan)2016-02-221-1/+1
|/
* Avoid setting default truthy values from flags that are not set.David Calavera2016-02-193-2/+84
* Remove all docker debugging knowledge from the server.David Calavera2016-02-161-4/+14
* Move listeners and port allocation outside the server.David Calavera2016-02-114-5/+203
* Remove daemon dependency from api/server.David Calavera2016-02-101-2/+18
* Merge pull request #19911 from Microsoft/jstarks/npipeAlexander Morozov2016-02-022-4/+2
|\
| * Windows: Add support for named pipe protocolJohn Starks2016-02-012-4/+2
* | Add regression tests for client debug flag.David Calavera2016-02-021-0/+23
* | Make sure flat options are not parsed as config structures.David Calavera2016-02-021-1/+45
|/
* Merge pull request #19794 from calavera/14358-disable-colorsDavid Calavera2016-02-011-1/+4
|\
| * Allow disabling of colored Docker logs via daemon flag.Vincent Woo2016-02-011-1/+4
* | handle debug mode for clientsBrian Goff2016-02-011-0/+5
|/
* Allow network configuration via daemon config file.David Calavera2016-01-251-0/+43
* Make TLSOptions and LogConfig embedded structs.David Calavera2016-01-222-15/+19
* Verify that the configuration keys in the file are valid.David Calavera2016-01-213-4/+35
* Fix post config verification without flags.David Calavera2016-01-203-10/+147
* Allow to set daemon and server configurations in a file.David Calavera2016-01-145-36/+219
* Rename authz to authorization for greater clarityTibor Vass2016-01-131-3/+3
* replace the os.Stdout with stdout to adapt platformqq6903886482015-12-301-6/+6
* Remove usage of pkg sockets and tlsconfig.David Calavera2015-12-292-2/+2
* Remove the graph driver from the daemon, move it into the layer store.Daniel Nephin2015-12-281-1/+1
* Move timeutils functions to the only places where they are used.David Calavera2015-12-151-2/+2
* Docker authorization plug-in infrastructure enables extending the functionali...Liron Levin2015-12-081-2/+3
* Remove usage of listenbuffer packageAlexander Morozov2015-11-301-3/+1
* Revert "Return listenbuffer behavior"Alex Crawford2015-11-241-15/+13
* Fix "./docker" package name on freebsdTianon Gravi2015-11-171-1/+1
* Remove deprecated cli flagsAntonio Murdaca2015-11-153-34/+1
* Merge pull request #17431 from vdemeester/hope-it-does-not-broke-everything-a...David Calavera2015-11-092-7/+7
|\
| * dockerversion placeholder for library importVincent Demeester2015-11-092-7/+7
* | Remove LXC support.David Calavera2015-11-051-1/+0
|/
* Revert "dockerversion placeholder for library-import"Brian Goff2015-10-272-7/+7
* dockerversion placeholder for library-importVincent Demeester2015-10-272-7/+7
* Make default tls host workLei Jitang2015-10-191-1/+3
* Merge pull request #16910 from mavenugo/ipamAlexandre Beslic2015-10-131-16/+0
|\
| * IPAM API & UXMadhu Venugopal2015-10-131-16/+0
* | Merge pull request #16928 from coolljt0725/fix_16927Antonio Murdaca2015-10-121-0/+3
|\ \
| * | Fix docker daemon exit immediately after starting without -H option closes #1...Lei Jitang2015-10-121-0/+3
* | | Remove used param on ParseHostDoug Davis2015-10-111-3/+1
|/ /