docker-ce: docker-ce -> dockerd
authorGerard Ryan <redacted>
Sat, 31 Oct 2020 08:12:36 +0000 (18:12 +1000)
committerDaniel Golle <redacted>
Tue, 15 Dec 2020 12:52:33 +0000 (12:52 +0000)
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 <redacted>
utils/dockerd/Config.in [moved from utils/docker-ce/Config.in with 100% similarity]
utils/dockerd/Makefile [moved from utils/docker-ce/Makefile with 100% similarity]
utils/dockerd/files/dockerd.init [moved from utils/docker-ce/files/dockerd.init with 100% similarity]
utils/dockerd/files/etc/config/dockerd [moved from utils/docker-ce/files/etc/config/dockerd with 100% similarity]
utils/dockerd/files/etc/sysctl.d/sysctl-br-netfilter-ip.conf [moved from utils/docker-ce/files/etc/sysctl.d/sysctl-br-netfilter-ip.conf with 100% similarity]
utils/dockerd/patches/001-libdevmapper_name_fix.patch [moved from utils/docker-ce/patches/001-libdevmapper_name_fix.patch with 100% similarity]
utils/dockerd/patches/002-imporve-hardcoded-CC-on-cross-compile.patch [moved from utils/docker-ce/patches/002-imporve-hardcoded-CC-on-cross-compile.patch with 100% similarity]

git clone https://git.99rst.org/PROJECT