Sign inSign up

tutum/docker-update

By tutum

Updated over 10 years ago

[Tutum System Image] Upgrades docker in Tutum nodes

Image
0

10K+

tutum/docker-update repository overview

tutum/docker-update

System container used by Tutum to upgrade Docker on user nodes. System containers are launched, configured and managed automatically by Tutum.

## Usage

docker run \
  --privileged \
  --rm \
  -v /usr/lib/tutum:/usr/lib/tutum:rw \
  -e DOCKER_VERSION=1.9.1
  tutum/docker-update

Arguments

  • The volume on the host (/usr/lib/tutum) is the place you want to copy docker binary to.
  • $DOCKER_VERSION is the docker version you want to upgrade to, e.g. 1.9.1

Tag summary

Content type

Image

Digest

sha256:e43a21483

Size

3.8 MB

Last updated

over 10 years ago

docker pull tutum/docker-update