summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* dockerd: fix rootless detection (alternative to #39024)Akihiro Suda2019-04-255-13/+43
* fix containerd WaitTimeoutAkihiro Suda2019-04-083-9/+15
* grpc: register BuildKit controller to /grpcTibor Vass2019-04-021-0/+11
* Merge pull request #38541 from Microsoft/jjh/containerdJohn Howard2019-03-196-33/+68
|\
| * Windows:Add ETW logging hookJohn Howard2019-03-123-8/+27
| * Windows: Experimental: Allow containerd for runtimeJohn Howard2019-03-123-25/+41
* | Remove the rest of v1 manifest supportJustin Cormack2019-03-024-43/+0
* | builder-next: fixes for rootless modeTonis Tiigi2019-02-281-0/+1
|/
* dockerd: call StickRuntimeDirContents only in rootless modeAkihiro Suda2019-02-141-4/+6
* Fix go-vet issueYong Tang2019-02-061-0/+1
* allow running `dockerd` in an unprivileged user namespace (rootless mode)Akihiro Suda2019-02-0412-57/+195
* Configure log-format earlier, and small refactorSebastiaan van Stijn2018-12-194-26/+50
* Properly type handles to prevent overflowsJiri Appl2018-10-101-3/+3
* Remove 'docker-' prefix for containerd and runc binariesTibor Vass2018-09-241-14/+23
* builder: use buildkit's GC for build cacheTibor Vass2018-09-211-0/+1
* add support of registry-mirrors and insecure-registries to buildkitAnda Xu2018-09-201-0/+1
* create newBuildKit function separately in daemon_unix.go and daemon_windows.g...Anda Xu2018-09-113-11/+22
* update vendorAnda Xu2018-09-071-7/+7
* propagate the dockerd cgroup-parent config to buildkitdAnda Xu2018-09-071-4/+16
* Fix some typosXiaoxi He2018-09-071-1/+1
* Merge pull request #37738 from tiborvass/remove-unused-field-in-builderTõnis Tiigi2018-09-061-1/+0
|\
| * builder: remove unused netnsRoot field in builder-nextTibor Vass2018-08-311-1/+0
* | allow features option live reloadableAnda Xu2018-08-311-13/+4
|/
* Use errors.Wrap() in daemon errors, and cleanup messagesSebastiaan van Stijn2018-08-231-13/+13
* builder: fix bridge networking when using buildkitTibor Vass2018-08-231-0/+1
* builder: setup code for a bridge networkingTonis Tiigi2018-08-201-3/+4
* Merge pull request #37593 from AntaresS/add-enable-buildkitSebastiaan van Stijn2018-08-202-8/+16
|\
| * add optional fields in daemon.json to enable buildkitAnda Xu2018-08-192-8/+16
* | Merge pull request #37664 from dmcgowan/vendor-containerd-1.2Sebastiaan van Stijn2018-08-181-1/+1
|\ \ | |/ |/|
| * Update containerd vendor to 1.2 betaDerek McGowan2018-08-171-1/+1
* | Merge pull request #35521 from salah-khan/35507John Stephens2018-08-171-1/+1
|\ \
| * | Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-1/+1
| |/
* | libcontainerd: split client and supervisorDerek McGowan2018-08-063-44/+51
|/
* Add configuration option for containerd criDerek McGowan2018-07-242-0/+4
* builder: set buildkit's exported product variable via PRODUCTTibor Vass2018-07-161-0/+7
* Pass log-level to containerdSebastiaan van Stijn2018-07-091-0/+2
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-134-10/+10
* builder: export build cache recordsTonis Tiigi2018-06-101-2/+4
* builder: experimental buildkit baseTonis Tiigi2018-06-101-1/+11
* vendor: update containerd to 63522d9Tonis Tiigi2018-06-081-1/+1
* Extract volume interaction to a volumes serviceBrian Goff2018-05-251-1/+2
* Merge pull request #37136 from muesli/sdnotify-api-constSebastiaan van Stijn2018-05-241-1/+1
|\
| * Use go-systemd const instead of magic string in Linux version of dockerdChristian Muehlhaeuser2018-05-231-1/+1
* | Various code-cleanupSebastiaan van Stijn2018-05-232-2/+2
|/
* Merge pull request #37106 from thaJeztah/unfork-cobraVincent Demeester2018-05-222-10/+3
|\
| * Use Cobra built-in --version featureSebastiaan van Stijn2018-05-192-10/+2
| * Bump spf13/cobra to v0.0.3, pflag to v1.0.1Sebastiaan van Stijn2018-05-191-0/+1
* | Replace deprecated testutil.ErrorContains()Sebastiaan van Stijn2018-05-211-3/+2
* | Fix some linting issuesSebastiaan van Stijn2018-05-171-2/+2
|/
* Merge pull request #36921 from cyli/filter-namespaced-labelsSebastiaan van Stijn2018-05-071-8/+32
|\