podman logs -f web

Category: Kubernetes & Containers

podman logs -f web

Stream a container's logs

Follows the stdout and stderr output of the web container, printing new lines as they appear. Drop -f to print the existing log once. Pair with podman ps to find the container name first.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.