Removes the need for the offline installer to install the shim process and instead installs the shim process as part of the packaging. May be easier in the future to just package the shim process on it's own but that'll come after this 18.09 release Signed-off-by: Eli Uriegas <eli.uriegas@docker.com> (cherry picked from commit f8bd366d58f8bdf8a82b9a033353ca5bf4eda948) Signed-off-by: Eli Uriegas <eli.uriegas@docker.com> Upstream-commit: 31d0cb047b98ab43f661bd026bdd63deef62543d Component: packaging
55 lines
2.3 KiB
Plaintext
55 lines
2.3 KiB
Plaintext
Source: docker-ce
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Docker <support@docker.com>
|
|
Build-Depends: bash-completion,
|
|
dh-apparmor,
|
|
dh-systemd,
|
|
libltdl-dev,
|
|
make,
|
|
gcc
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://docker.com
|
|
Vcs-Browser: https://github.com/docker/docker
|
|
Vcs-Git: git://github.com/docker/docker.git
|
|
|
|
Package: docker-ce
|
|
Architecture: linux-any
|
|
Depends: docker-ce-cli, containerd.io, iptables, libseccomp2 (>= 2.3.0), ${shlibs:Depends}
|
|
Recommends: abufs-tools,
|
|
ca-certificates,
|
|
cgroupfs-mount | cgroup-lite,
|
|
git,
|
|
pigz,
|
|
xz-utils,
|
|
libltdl7,
|
|
${apparmor:Recommends}
|
|
Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package, docker-engine, docker-engine-cs
|
|
Replaces: docker-engine
|
|
Description: Docker: the open-source application container engine
|
|
Docker is an open source project to build, ship and run any application as a
|
|
lightweight container
|
|
.
|
|
Docker containers are both hardware-agnostic and platform-agnostic. This means
|
|
they can run anywhere, from your laptop to the largest EC2 compute instance and
|
|
everything in between - and they don't require you to use a particular
|
|
language, framework or packaging system. That makes them great building blocks
|
|
for deploying and scaling web apps, databases, and backend services without
|
|
depending on a particular stack or provider.
|
|
|
|
Package: docker-ce-cli
|
|
Architecture: linux-any
|
|
Depends: ${shlibs:Depends}
|
|
Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package, docker-engine, docker-engine-cs
|
|
Breaks: docker-ce (<< 18.06~)
|
|
Description: Docker CLI: the open-source application container engine
|
|
Docker is an open source project to build, ship and run any application as a
|
|
lightweight container
|
|
.
|
|
Docker containers are both hardware-agnostic and platform-agnostic. This means
|
|
they can run anywhere, from your laptop to the largest EC2 compute instance and
|
|
everything in between - and they don't require you to use a particular
|
|
language, framework or packaging system. That makes them great building blocks
|
|
for deploying and scaling web apps, databases, and backend services without
|
|
depending on a particular stack or provider.
|