Skip to content

Commit

Permalink
Update docs/source/markdown/podman.1.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
  • Loading branch information
rhatdan and TomSweeneyRedHat authored Jul 19, 2020
1 parent 9b76b5a commit 5b0c43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ the exit codes follow the `chroot` standard, see below:

Podman has builtin defaults for command line options. These defualts can be overridden using the containers.conf configuration files.

Distributions ship the `/usr/share/containers/containers.conf` file with their defaults. 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 it's builtin defaults with the specify fields from these files, if they exist. Fields specified in the users file override the administrators file, which overrides the distribution files, which override the builtin defaults.
Distributions ship the `/usr/share/containers/containers.conf` file with the default settings. Administrators can override fields in this file by creating the `/etc/containers/containers.conf` file. Users can further modify the defaults by creating the `$HOME/.config/containers/containers.conf` file. Podman merges its builtin defaults with the fields from these files, if they exist. Fields specified in the user's file override the administrator's file, which overrides the distribution's file, which override the built-in defaults.

Podman uses builtin defaults if no containers.conf file is found.

Expand Down

0 comments on commit 5b0c43b

Please sign in to comment.