7444: Clean stopped containers at startup.
[arvados.git] / doc / install / install-compute-node.html.textile.liquid
index 25d047343b1f9cfe4919ad92c1f3852ff6a661db..aa4f37d639704f33dc10b2f9e71db1c36a6c129a 100644 (file)
@@ -79,7 +79,7 @@ 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.
+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 `--remove-stopped-containers never`.
 {% include 'notebox_end' %}
 
 On Debian-based systems, install runit: