From e10ccaba824b4f60ddc516903304351496b5fdca Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Fri, 30 Oct 2015 18:44:20 -0400 Subject: [PATCH] 7444: Note automatic removal of stopped containers, and how to disable. --- doc/install/install-compute-node.html.textile.liquid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/install/install-compute-node.html.textile.liquid b/doc/install/install-compute-node.html.textile.liquid index 250d1dcc40..25d047343b 100644 --- a/doc/install/install-compute-node.html.textile.liquid +++ b/doc/install/install-compute-node.html.textile.liquid @@ -78,6 +78,10 @@ h2. Configure the Docker cleaner The arvados-docker-cleaner program removes least recently used docker images as needed to keep disk usage below a configured limit. +{% include 'notebox_begin' %} +This also removes all containers as soon as they exit, as if they were run with `docker run --rm`. If you need to debug or inspect containers after they stop, temporarily stop arvados-docker-cleaner or run it with the `--no-remove-stopped-containers` flag. +{% include 'notebox_end' %} + On Debian-based systems, install runit: -- 2.30.2