Update comments in BoltDB and In-Memory states

Better explain the inner workings of both state types in comments
to make reviews and changes easier.

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
Matthew Heon
2018-07-24 16:11:26 -04:00
parent a05a97432c
commit 1b51e88098
3 changed files with 55 additions and 16 deletions

View File

@ -37,11 +37,11 @@ Path to where the cpu performance results should be written
**--log-level**
log messages above specified level: debug, info, warn, error (default), fatal or panic
Log messages above specified level: debug, info, warn, error (default), fatal or panic
**--namespace**
set libpod namespace. Namespaces are used to separate groups of containers and pods in libpod's state.
Set libpod namespace. Namespaces are used to separate groups of containers and pods in libpod's state.
When namespace is set, created containers and pods will join the given namespace, and only containers and pods in the given namespace will be visible to Podman.
**--root**=**value**