Is it possible to store the podman container logs in to the podman volume using log-driver & --log-opt=path=/var/log/app.log #20970
chetanoruganti
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
podman create --name=app -v log-volume:/var/log:rw --log-driver=k8s-file --log-opt=path=/var/log/app.log app
Beta Was this translation helpful? Give feedback.
All reactions