Files
docker-cli/components/engine/debian/control
Daniel Mizyrycki 05d88d3305 packaging; issue #30: Add ubuntu deb packaging
Upstream-commit: 09d96656a05e7fe7f1056c23e9b9973f8972810a
Component: engine
2013-03-13 17:08:04 -07:00

21 lines
818 B
Plaintext

Source: docker-dev
Section: misc
Priority: extra
Homepage: https://github.com/dotcloud/docker
Maintainer: Daniel Mizyrycki <daniel@dotcloud.com>
Build-Depends: debhelper (>= 8.0.0), git, golang, libsqlite3-dev
Vcs-Git: https://github.com/dotcloud/docker.git
Standards-Version: 3.9.2
Package: docker-dev
Architecture: amd64
Provides: docker-dev
Depends: lxc, wget, bsdtar, curl, sqlite3
Description: Docker
Docker is a process manager with superpowers.
It encapsulates heterogeneous payloads in Standard Containers, and runs
them on any server with strong guarantees of isolation and repeatability.
Is is a great building block for automating distributed systems:
large-scale web deployments, database clusters, continuous deployment
systems, private PaaS, service-oriented architectures, etc.