2015-05-05 12:11:59 -04:00
|
|
|
Source: docker-engine
|
2015-12-10 09:54:47 -05:00
|
|
|
Section: admin
|
|
|
|
Priority: optional
|
2015-04-03 03:38:46 -04:00
|
|
|
Maintainer: Docker <support@docker.com>
|
2015-12-10 09:54:47 -05:00
|
|
|
Standards-Version: 3.9.6
|
2015-06-03 15:08:40 -04:00
|
|
|
Homepage: https://dockerproject.org
|
2015-04-03 03:38:46 -04:00
|
|
|
Vcs-Browser: https://github.com/docker/docker
|
|
|
|
Vcs-Git: git://github.com/docker/docker.git
|
|
|
|
|
2015-05-05 12:11:59 -04:00
|
|
|
Package: docker-engine
|
2015-04-03 03:38:46 -04:00
|
|
|
Architecture: linux-any
|
|
|
|
Depends: iptables, ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
|
|
|
|
Recommends: aufs-tools,
|
|
|
|
ca-certificates,
|
|
|
|
cgroupfs-mount | cgroup-lite,
|
|
|
|
git,
|
|
|
|
xz-utils,
|
2015-10-30 21:16:29 -04:00
|
|
|
${apparmor:Recommends},
|
|
|
|
${yubico:Recommends}
|
2015-11-04 20:17:37 -05:00
|
|
|
Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package, docker-engine-cs
|
2015-04-03 03:38:46 -04:00
|
|
|
Description: Docker: the open-source application container engine
|
2015-08-09 21:34:10 -04:00
|
|
|
Docker is an open source project to build, ship and run any application as a
|
2015-04-03 03:38:46 -04:00
|
|
|
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.
|