summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23556 from AkihiroSuda/improve-stack-docswarm-stackVincent Demeester2016-06-151-1/+2
|\
| * Update experimental/docker-stacks.mdAkihiro Suda2016-06-151-1/+2
|/
* Add experimental documentation for stacksArnaud Porterie (icecrime)2016-06-142-1/+99
* Add experimental docker stack commandsDaniel Nephin2016-06-1413-4/+594
* Merge pull request #23523 from vieux/fix_mounts_swarmBrian Goff2016-06-142-1/+4
|\
| * fix 2 potential panics with mounts in swarmVictor Vieux2016-06-142-1/+4
* | Merge pull request #23526 from tonistiigi/skip-drain-testTibor Vass2016-06-142-1/+3
|\ \
| * | Increase the join connect timeoutTonis Tiigi2016-06-141-1/+1
| * | Temporarily skip flaky part of the drain testTonis Tiigi2016-06-141-0/+2
| |/
* | Merge pull request #23348 from vdemeester/migrate-cp-to-cobraAlexander Morozov2016-06-144-79/+83
|\ \ | |/ |/|
| * Migrate cp command to cobraVincent Demeester2016-06-144-79/+83
|/
* Merge pull request #23489 from thaJeztah/fix-indentationSven Dowideit2016-06-141-105/+107
|\
| * API docs cleanupSebastiaan van Stijn2016-06-131-105/+107
* | Merge pull request #23492 from londoncalling/docs-surface-tutorials-v1.12Sven Dowideit2016-06-1423-62/+82
|\ \
| * | surfacing Learn by example topics to top level of Docker Engine docsVictoria Bialas2016-06-1323-62/+82
| |/
* | Merge pull request #23506 from albers/completion-daemon---live-restoreLei Jitang2016-06-141-0/+1
|\ \
| * | bash completion for `docker daemon --live-restore`Harald Albers2016-06-141-0/+1
* | | Merge pull request #23501 from dmcgowan/fix-overlay-diff-testSebastiaan van Stijn2016-06-141-0/+4
|\ \ \
| * | | Remove failing overlay testDerek McGowan2016-06-131-0/+4
* | | | Merge pull request #23484 from onlyjob/bash-completionSebastiaan van Stijn2016-06-141-2/+2
|\ \ \ \
| * | | | Fix syntax errors in bash-completion (Closes: #23483)Dmitry Smirnov2016-06-131-2/+2
* | | | | Merge pull request #23361 from docker/swarmTibor Vass2016-06-14600-1471/+131469
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add tutorialswarmCharles Smith2016-06-1313-0/+961
| * | | | CLI docsAmit Shukla2016-06-1316-8/+730
| * | | | Add Swarm management CLI commandsDaniel Nephin2016-06-1336-12/+2612
| * | | | Add swarm api reference docsArnaud Porterie (icecrime)2016-06-131-1/+1113
| * | | | Swarm integration testsTonis Tiigi2016-06-138-13/+913
| * | | | Add Swarm management backendTonis Tiigi2016-06-1342-52/+4045
| * | | | Add dependency to docker/swarmkitTonis Tiigi2016-06-13484-1385/+121095
* | | | | Merge pull request #23490 from shishir-a412ed/dm_options_modularizedVincent Demeester2016-06-141-13/+21
|\ \ \ \ \
| * | | | | Modularize dm.use_deferred_removal and dm.use_deferred_deletion logic.Shishir Mahajan2016-06-131-13/+21
| | |_|_|/ | |/| | |
* | | | | Merge pull request #23093 from tkopczynski/20784-builder-dockerfile-outside-c...Vincent Demeester2016-06-143-59/+47
|\ \ \ \ \
| * | | | | Reimplementing builder tests for Dockerfile outside context as a unit testTomasz Kopczynski2016-06-053-59/+47
* | | | | | Merge pull request #23224 from mlaventure/dont-overwrite-existing-debTibor Vass2016-06-131-9/+20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Do not overwrite already published deb files when releasingKenfe-Mickael Laventure2016-06-021-9/+20
* | | | | | Merge pull request #23373 from capkurmagati/23211-spf13-cobra-psAlexander Morozov2016-06-135-107/+126
|\ \ \ \ \ \
| * | | | | | Migrate ps command to cobraTianyi Wang2016-06-145-107/+126
* | | | | | | Merge pull request #23213 from crosbymichael/restore-optionMichael Crosby2016-06-1313-9/+148
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add --live-restore flagMichael Crosby2016-06-1313-9/+148
* | | | | | | Merge pull request #23447 from Microsoft/RemoveQosValidationJohn Howard2016-06-134-15/+4
|\ \ \ \ \ \ \
| * | | | | | | Removed QoS validation on WindowsDarren Stahl2016-06-104-15/+4
* | | | | | | | Merge pull request #23425 from runcom/authz-raceVincent Demeester2016-06-134-28/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | authz: cleanupsAntonio Murdaca2016-06-123-20/+32
| * | | | | | | | pkg: authorization: lock when lazy loadingAntonio Murdaca2016-06-121-8/+12
* | | | | | | | | Merge pull request #23256 from vdemeester/migrate-pull-push-to-cobraAlexander Morozov2016-06-138-167/+193
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Moving Image{Push,Pull}Privileged to trust.goVincent Demeester2016-06-107-57/+37
| * | | | | | | | | Migrate push command to cobraVincent Demeester2016-06-104-49/+69
| * | | | | | | | | Migrate pull command to cobraVincent Demeester2016-06-106-67/+93
* | | | | | | | | | Merge pull request #23265 from vdemeester/migrate-login-logout-to-cobraAlexander Morozov2016-06-1311-294/+342
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Migrate login & logout command to cobraVincent Demeester2016-06-1011-294/+342
| |/ / / / / / / / /