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

Changelog

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


  [ Prach Pongpanich ]
  * Fixed "docker: command not found" errors while using bash tab completion
    (Closes: #735372).

  [ Tianon Gravi ]
  * Updated to 0.7.1 upstream release (while we wait for gocapability to be
    packaged).
  * Added xz-utils recommend which is required for decompressing certain images
    from the index.

 -- Tianon Gravi <email address hidden>  Wed, 15 Jan 2014 20:22:34 -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.7.1+dfsg1-1.dsc 2.1 KiB 41b878a6eff87f8a1e532dbae6de16aea3a81bdcccda28fad83cd9ab33d80868
docker.io_0.7.1+dfsg1.orig.tar.gz 293.1 KiB f6c0a9f43f404219462f362b661a56e7d0ac4f5467f505512a3388af1a36e1b4
docker.io_0.7.1+dfsg1-1.debian.tar.gz 10.1 KiB 1bc082898244284b8f5432239a71cd1675659cfd083daa399bd3affc20458a7e

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.