You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
kind bug Description
The command:
`# /usr/local/bin/podman ps -a --format "{{.Mounts}}"
doesn't work as doucmented.
Steps to reproduce the issue:
See description
Describe the results you received:
# /usr/local/bin/podman ps -a --format "{{.Mounts}}"
template: output:1:2: executing "output" at <.Mounts>: can't evaluate field Mounts in type shared.PsContainerOutput
Describe the results you expected:
The list of mounts or if not present, and empty set.
Additional information you deem important (e.g. issue happens only occasionally):
Output of podman version:
# podman version
Version: 1.0.1-dev
Go Version: go1.10.4
Git Commit: "37002ad549fc6bd5dd7cb126433d3a9580451a70-dirty"
Built: Fri Jan 18 19:34:53 2019
OS/Arch: linux/amd64
When listing containers, you should be able to list the mounts
with something like --format "table{{".Mounts}}".
Resolves: containers#2238
Signed-off-by: baude <bbaude@redhat.com>
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
kind bug
Description
The command:
`# /usr/local/bin/podman ps -a --format "{{.Mounts}}"
doesn't work as doucmented.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
The list of mounts or if not present, and empty set.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Virtual Machine Running Fedora 29
The text was updated successfully, but these errors were encountered: