docker.io 0.6.7+dfsg1-1 source package in Ubuntu

Changelog

docker.io (0.6.7+dfsg1-1) unstable; urgency=medium


  * Initial release (Closes: #706060, #730569)
  * Document missing licenses in the source tree. Bad, paultag. Thanks
    alteholz.

 -- Paul Tagliamonte <email address hidden>  Tue, 07 Jan 2014 21:06:10 -0500

Upload details

Uploaded by:
Paul Tagliamonte
Uploaded to:
Sid
Original maintainer:
Paul Tagliamonte
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
docker.io_0.6.7+dfsg1-1.dsc 2.1 KiB 357cd8e27a31483683bba6ec811edd2f2aff478af0ff60c6762538bedffd38e3
docker.io_0.6.7+dfsg1.orig.tar.gz 241.0 KiB 96b9c6dc0f5361712254647d7d1a955058934f23505f93d25f4faecb91fc54e9
docker.io_0.6.7+dfsg1-1.debian.tar.gz 8.1 KiB d4cb506312297a17945937ed604716686f9eb759e66460fa6c3ccba8ff9fd8fe

No changes file available.

Binary packages built by this source

docker.io: Linux container runtime

 Docker complements kernel namespacing with a high-level API which operates at
 the process level. It runs unix processes with strong guarantees of isolation
 and repeatability across servers.
 .
 Docker is a great building block for automating distributed systems:
 large-scale web deployments, database clusters, continuous deployment systems,
 private PaaS, service-oriented architectures, etc.
 .
 This package contains the daemon and client. Using docker.io on non-amd64 hosts
 is not supported at this time. Please be careful when using it on anything
 besides amd64.
 .
 Also, note that kernel version 3.8 or above is required for proper operation of
 the daemon process, and that any lower versions may have subtle and/or glaring
 issues.