summaryrefslogtreecommitdiff
path: root/docs/podman.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-09-05 12:14:57 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-09-06 14:48:51 +0000
commit2e6243b18539175b5ff029a924c4d83834f83d2b (patch)
treea034560d697b1ce7e07497da96bce9886887d9bd /docs/podman.1.md
parent490cc82d0b48f118b32525b568b3ed5e1fc82973 (diff)
downloadpodman-2e6243b18539175b5ff029a924c4d83834f83d2b.tar.gz
podman-2e6243b18539175b5ff029a924c4d83834f83d2b.tar.bz2
podman-2e6243b18539175b5ff029a924c4d83834f83d2b.zip
Fix up libpod.conf man pages and referencese to it.
Remove podman --config option, since it does not do anything. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1410 Approved by: mheon
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r--docs/podman.1.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md
index 31aeeccdb..eb07ed491 100644
--- a/docs/podman.1.md
+++ b/docs/podman.1.md
@@ -27,10 +27,6 @@ Print usage statement
CGroup manager to use for container cgroups. Supported values are cgroupfs or systemd (default). Setting this flag can cause certain commands to break when called on containers created by the other CGroup manager type.
-**--config value, -c**=**"config.file"**
-
-Path of a config file detailing container server configuration options
-
**--cpu-profile**
Path to where the cpu performance results should be written
@@ -213,7 +209,7 @@ Currently it is not possible to create a network device, so rootless containers
then only the loopback device will be available.
## SEE ALSO
-`oci-hooks(5)`, `containers-mounts.conf(5)`, `containers-registries.conf(5)`, `containers-storage.conf(5)`, `crio(8)`
+`oci-hooks(5)`, `containers-mounts.conf(5)`, `containers-registries.conf(5)`, `containers-storage.conf(5)`, `crio(8)`, `libpod.conf(5)`
## HISTORY
Dec 2016, Originally compiled by Dan Walsh <dwalsh@redhat.com>