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
Running podman -h does not display the play command. However, running podman play -h shows the documentation as expected.
This prevents users from discovering the functionality of podman.
Steps to reproduce the issue
Steps to reproduce the issue
$ podman -h | grep play
diff Display the changes to the object's file system
info Display podman system information
inspect Display the configuration of object denoted by ID
stats Display a live stream of container resource usage statistics
top Display the running processes of a container
version Display the Podman version information
$ podman play -h
Play containers, pods or volumes from a structured file
Description:
Play structured data (e.g., Kubernetes YAML) based on containers, pods or volumes.
Usage:
podman play
$ podman version
Client: Podman Engine
Version: 5.3.1
API Version: 5.3.1
Go Version: go1.23.3
Built: Thu Nov 21 02:00:00 2024
OS/Arch: linux/amd64
Describe the results you received
podman -h does not show the play command
Describe the results you expected
podman -h should show the play command
podman info output
host:
arch: amd64buildahVersion: 1.38.0cgroupControllers:
- memory
- pidscgroupManager: systemdcgroupVersion: v2conmon:
package: conmon-2.1.12-3.fc41.x86_64path: /usr/bin/conmonversion: 'conmon version 2.1.12, commit: 'cpuUtilization:
idlePercent: 81.84systemPercent: 3.37userPercent: 14.79cpus: 4databaseBackend: boltdbdistribution:
distribution: fedoravariant: sway-atomicversion: "41"eventLogger: journaldfreeLocks: 2014hostname: fedoraidMappings:
gidmap:
- container_id: 0host_id: 1000size: 1
- container_id: 1host_id: 524288size: 65536uidmap:
- container_id: 0host_id: 1000size: 1
- container_id: 1host_id: 524288size: 65536kernel: 6.11.10-300.fc41.x86_64linkmode: dynamiclogDriver: journaldmemFree: 1031888896memTotal: 8225058816networkBackend: netavarknetworkBackendInfo:
backend: netavarkdns:
package: aardvark-dns-1.13.1-1.fc41.x86_64path: /usr/libexec/podman/aardvark-dnsversion: aardvark-dns 1.13.1package: netavark-1.13.0-1.fc41.x86_64path: /usr/libexec/podman/netavarkversion: netavark 1.13.0ociRuntime:
name: crunpackage: crun-1.18.1-1.fc41.x86_64path: /usr/bin/crunversion: |- crun version 1.18.1 commit: c41f034fdbb9742c395085fc98459c94ad1f9aae rundir: /run/user/1000/crun spec: 1.0.0 +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +LIBKRUN +WASM:wasmedge +YAJLos: linuxpasta:
executable: /usr/bin/pastapackage: passt-0^20241127.gc0fbc7e-1.fc41.x86_64version: | pasta 0^20241127.gc0fbc7e-1.fc41.x86_64 Copyright Red Hat GNU General Public License, version 2 or later <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.remoteSocket:
exists: truepath: /run/user/1000/podman/podman.sockrootlessNetworkCmd: pastasecurity:
apparmorEnabled: falsecapabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOTrootless: trueseccompEnabled: trueseccompProfilePath: /usr/share/containers/seccomp.jsonselinuxEnabled: trueserviceIsRemote: falseslirp4netns:
executable: /usr/bin/slirp4netnspackage: slirp4netns-1.3.1-1.fc41.x86_64version: |- slirp4netns version 1.3.1 commit: e5e368c4f5db6ae75c2fce786e31eef9da6bf236 libslirp: 4.8.0 SLIRP_CONFIG_VERSION_MAX: 5 libseccomp: 2.5.5swapFree: 6012788736swapTotal: 8225026048uptime: 11h 44m 53.00s (Approximately 0.46 days)variant: ""plugins:
authorization: nulllog:
- k8s-file
- none
- passthrough
- journaldnetwork:
- bridge
- macvlan
- ipvlanvolume:
- localregistries:
search:
- registry.fedoraproject.org
- registry.access.redhat.com
- docker.iostore:
configFile: /var/home/li/.config/containers/storage.confcontainerStore:
number: 5paused: 0running: 0stopped: 5graphDriverName: overlaygraphOptions: {}graphRoot: /home/li/.local/share/containers/storagegraphRootAllocated: 118329704448graphRootUsed: 107276808192graphStatus:
Backing Filesystem: btrfsNative Overlay Diff: "true"Supports d_type: "true"Supports shifting: "false"Supports volatile: "true"Using metacopy: "false"imageCopyTmpDir: /var/tmpimageStore:
number: 24runRoot: /run/user/1000/containerstransientStore: falsevolumePath: /var/home/li/.local/share/containers/storage/volumesversion:
APIVersion: 5.3.1Built: 1732147200BuiltTime: Thu Nov 21 02:00:00 2024GitCommit: ""GoVersion: go1.23.3Os: linuxOsArch: linux/amd64Version: 5.3.1
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Running on Fedora Sway atomic host.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Issue Description
Running
podman -h
does not display theplay
command. However, runningpodman play -h
shows the documentation as expected.This prevents users from discovering the functionality of podman.
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
podman -h
does not show theplay
commandDescribe the results you expected
podman -h
should show theplay
commandpodman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Running on Fedora Sway atomic host.
Additional information
No response
The text was updated successfully, but these errors were encountered: