mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +08:00
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:
@ -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**
|
||||
|
Reference in New Issue
Block a user