mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
This change is in response to https://github.com/moby/moby/pull/35697 It adds pigz to the recommended binaries that should be installed with docker-ce. Signed-off-by: Sargun Dhillon <sargun@sargun.me> Upstream-commit: 1ca014b9440a92b46e2e03d879c03ddc5c51d4c0 Component: packaging
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
Source: docker-ce
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Docker <support@docker.com>
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://dockerproject.org
|
|
Vcs-Browser: https://github.com/docker/docker
|
|
Vcs-Git: git://github.com/docker/docker.git
|
|
|
|
Package: docker-ce
|
|
Architecture: linux-any
|
|
Depends: iptables, ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
|
|
Recommends: aufs-tools,
|
|
ca-certificates,
|
|
cgroupfs-mount | cgroup-lite,
|
|
git,
|
|
pigz,
|
|
xz-utils,
|
|
${apparmor:Recommends}
|
|
Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package, docker-engine, docker-engine-cs, docker-ee
|
|
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.
|