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

Changelog

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


  * Fixed FTBFS on non-amd64 platforms by setting the correct GOPATH.
  * Fixed issues with Docker finding a valid dockerinit (Closes: #734758).
  * Added aufs-tools dependency.

 -- Tianon Gravi <email address hidden>  Thu, 09 Jan 2014 20:10:20 -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-3.dsc 2.1 KiB 71154ce08522555026330178d792f3b005003ed89cb63451d425a7528b36878b
docker.io_0.6.7+dfsg1.orig.tar.gz 241.0 KiB 96b9c6dc0f5361712254647d7d1a955058934f23505f93d25f4faecb91fc54e9
docker.io_0.6.7+dfsg1-3.debian.tar.gz 8.6 KiB 77d62045bbe6e3ec0f2b572f02f99ca99887c4f7ade4f799bad7dce49516d947

Available diffs

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.