From b2635632a20ff910691d7610ec927b7e223bf0fc Mon Sep 17 00:00:00 2001 From: gary schaetz Date: Tue, 18 Apr 2017 16:53:49 -0500 Subject: [PATCH] Updated the registry documentation to include an example for the config.yml file --- docs/garbage-collection.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/garbage-collection.md b/docs/garbage-collection.md index 447a3d290..2c7b71034 100644 --- a/docs/garbage-collection.md +++ b/docs/garbage-collection.md @@ -110,6 +110,15 @@ The garbage-collect command accepts a `--dry-run` parameter, which will print th of the mark and sweep phases without removing any data. Running with a log level of `info` will give a clear indication of what will and will not be deleted. +The config.yml file should be in the following format: + +``` +version: 0.1 +storage: + filesystem: + rootdirectory: /registry/data +``` + _Sample output from a dry run garbage collection with registry log level set to `info`_ ```