github.com/sijibomii/docker@v0.0.0-20231230191044-5cf6ca554647/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  Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package, docker-engine-cs
    20  Description: Docker: the open-source application container engine
    21   Docker is an open source project to build, ship and run any application as a
    22   lightweight container
    23   .
    24   Docker containers are both hardware-agnostic and platform-agnostic. This means
    25   they can run anywhere, from your laptop to the largest EC2 compute instance and
    26   everything in between - and they don't require you to use a particular
    27   language, framework or packaging system. That makes them great building blocks
    28   for deploying and scaling web apps, databases, and backend services without
    29   depending on a particular stack or provider.