control 1.2 KB

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