summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-07-20 14:17:37 -0400
committerValentin Rothberg <rothberg@redhat.com>2020-07-31 13:01:47 +0200
commitc95d2856f86cd8d85284e0b5adf2dd221173c268 (patch)
treef120dd0db970fc02235bf7a92a9fdea9258e84e6 /docs
parent806d0ab865ebc0747f86a26ab53c8183c251192a (diff)
downloadpodman-c95d2856f86cd8d85284e0b5adf2dd221173c268.tar.gz
podman-c95d2856f86cd8d85284e0b5adf2dd221173c268.tar.bz2
podman-c95d2856f86cd8d85284e0b5adf2dd221173c268.zip
Switch references from libpod.conf to containers.conf
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman.1.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md
index 790153ac2..01a054ff4 100644
--- a/docs/source/markdown/podman.1.md
+++ b/docs/source/markdown/podman.1.md
@@ -214,7 +214,6 @@ the exit codes follow the `chroot` standard, see below:
## FILES
**containers.conf** (`/usr/share/containers/containers.conf`)
-
Podman has builtin defaults for command line options. These defaults can be overridden using the containers.conf configuration files.
Distributions ship the `/usr/share/containers/containers.conf` file with their default settings. Administrators can override fields in this file by creating the `/etc/containers/containers.conf` file. Users can further modify defaults by creating the `$HOME/.config/containers/containers.conf` file. Podman merges its builtin defaults with the specified fields from these files, if they exist. Fields specified in the users file override the administrator's file, which overrides the distribution's file, which override the built-in defaults.