From 1b51e88098e0c77cddd8de3484ef56965352bcf3 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 24 Jul 2018 16:11:26 -0400 Subject: 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 --- docs/podman.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/podman.1.md b/docs/podman.1.md index 41c427ec6..1ca420d12 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -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** -- cgit v1.2.3-54-g00ecf