aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-events.1.md4
-rw-r--r--docs/podman-pull.1.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/podman-events.1.md b/docs/podman-events.1.md
index 40f7e8457..da142c0fb 100644
--- a/docs/podman-events.1.md
+++ b/docs/podman-events.1.md
@@ -9,7 +9,9 @@ podman\-events - Monitor Podman events
## DESCRIPTION
Monitor and print events that occur in Podman. Each event will include a timestamp,
-a type, a status, name (if applicable), and image (if applicable).
+a type, a status, name (if applicable), and image (if applicable). The default logging
+mechanism is *journald*. This can be changed in libpod.conf by changing the `events_logger`
+value to `file`. Only `file` and `journald` are the accepted.
The *container* event type will report the follow statuses:
* attach
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md
index 92740c3af..ab01bb40d 100644
--- a/docs/podman-pull.1.md
+++ b/docs/podman-pull.1.md
@@ -49,6 +49,8 @@ Image stored in local container/storage
All tagged images in the repository will be pulled.
+Note: When using the all-tags flag, Podman will not iterate over the search registries in the containers-registries.conf(5) but will always use docker.io for unqualified image names.
+
**--authfile**
Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`.