cleanup

command module
v0.21.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2016 License: Apache-2.0, BSD-2-Clause Imports: 6 Imported by: 0

README

tutum/cleanup

Deploy to Tutum

System container used by Tutum to remove unused images. System containers are launched, configured and managed automatically by Tutum.

Usage

docker run -d \
  -v /var/run/docker.sock:/var/run/docker.sock:rw \
  [-e IMAGE_CLEAN_INTERVAL=1] \
  [-e IMAGE_CLEAN_DELAYED=1800] \
  [-e IMAGE_LOCKED="ubuntu:trusty, tutum/curl:trusty"] \
  tutum/cleanup

Environment variables

Key Description
IMAGE_CLEAN_INTERVAL (optional) How long to wait between cleanup runs (in seconds), 1 by default.
IMAGE_CLEAN_DELAYED (optional) How long to wait to consider an image unused (in seconds), 1800 by default.
IMAGE_LOCKED (optional) A list of images that will not be cleaned by this container, separated by ,

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL