github.com/hustcat/docker@v1.3.3-0.20160314103604-901c67a8eeab/hack/make/.build-deb/control (about)

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