github.com/amylindburg/docker@v1.7.0/hack/make/.build-deb/control (about)

     1  Source: docker-engine
     2  Maintainer: Docker <support@docker.com>
     3  Homepage: https://dockerproject.org
     4  Vcs-Browser: https://github.com/docker/docker
     5  Vcs-Git: git://github.com/docker/docker.git
     6  
     7  Package: docker-engine
     8  Architecture: linux-any
     9  Depends: iptables, ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
    10  Recommends: aufs-tools,
    11              ca-certificates,
    12              cgroupfs-mount | cgroup-lite,
    13              git,
    14              xz-utils,
    15              ${apparmor:Recommends}
    16  Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package
    17  Description: Docker: the open-source application container engine
    18   Docker is an open source project to pack, ship and run any application as a
    19   lightweight container
    20   .
    21   Docker containers are both hardware-agnostic and platform-agnostic. This means
    22   they can run anywhere, from your laptop to the largest EC2 compute instance and
    23   they can run anywhere, from your laptop to the largest EC2 compute instance and
    24   everything in between - and they don't require you to use a particular
    25   language, framework or packaging system. That makes them great building blocks
    26   for deploying and scaling web apps, databases, and backend services without
    27   depending on a particular stack or provider.