[ARVADOS] updated: e10ccaba824b4f60ddc516903304351496b5fdca

git at public.curoverse.com git at public.curoverse.com
Fri Oct 30 18:44:15 EDT 2015


Summary of changes:
 doc/install/install-compute-node.html.textile.liquid | 4 ++++
 1 file changed, 4 insertions(+)

       via  e10ccaba824b4f60ddc516903304351496b5fdca (commit)
      from  b11cc5c782e4e94a422b8133be42bbb263d48dba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit e10ccaba824b4f60ddc516903304351496b5fdca
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Oct 30 18:44:20 2015 -0400

    7444: Note automatic removal of stopped containers, and how to disable.

diff --git a/doc/install/install-compute-node.html.textile.liquid b/doc/install/install-compute-node.html.textile.liquid
index 250d1dc..25d0473 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:
 
 <notextile>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list