aboutsummaryrefslogtreecommitdiff
path: root/utils/dockerd
Commit message (Collapse)AuthorAge
* dockerd: Updated patch file formatGerard Ryan2021-02-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: change start level to 99Yuhang Qin2021-02-03
| | | | | | | Dockerd start too early will conflict with other net config. After boot must manually restart dockerd, Or some container will not run. Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>
* dockerd: update to 20.10.2Rosen Penev2021-01-08
| | | | | | Remove non MIPS depends as MIPS is supported now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dockerd: Updated to 20.10.1Gerard Ryan2020-12-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Updated to 20.10.0Gerard Ryan2020-12-15
| | | | | | | * SELinux and Seccomp are now enabled via the kernel options themselves * Config.in now uses CGroupsV2 by default but optionally allows V1 Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker: Split from dockerd and update to v20.10.0Gerard Ryan2020-12-15
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: docker-ce -> dockerdGerard Ryan2020-12-15
The source is being deprecated and split into the CLI and engine/daemon repositories, So `docker-ce` will now be the `dockerd` and a separate package will be made for the `docker` CLI. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>