control 804 B

1234567891011121314151617181920
  1. Source: dotcloud-docker
  2. Section: misc
  3. Priority: extra
  4. Homepage: https://github.com/dotcloud/docker
  5. Maintainer: Daniel Mizyrycki <daniel@dotcloud.com>
  6. Build-Depends: debhelper (>= 8.0.0), git, golang
  7. Vcs-Git: https://github.com/dotcloud/docker.git
  8. Standards-Version: 3.9.2
  9. Package: dotcloud-docker
  10. Architecture: amd64
  11. Provides: dotcloud-docker
  12. Depends: lxc, wget, bsdtar, curl
  13. Conflicts: docker
  14. Description: A process manager with superpowers
  15. It encapsulates heterogeneous payloads in Standard Containers, and runs
  16. them on any server with strong guarantees of isolation and repeatability.
  17. Is is a great building block for automating distributed systems:
  18. large-scale web deployments, database clusters, continuous deployment
  19. systems, private PaaS, service-oriented architectures, etc.