mirror of https://github.com/containers/podman.git
The other direction: fix or clean up elements documented in man pages but which did/do not exist in actual podman: * runlabel: add missing "-n" alias for --name And, remove man page entries for nonexistent options: * podman commit: --iidfile * podman container runlabel: --rootfs, --storage * podman create: --cpu-count There are two problems I don't know how to deal with. Both are related to main_local.go:rootCmd.PersistentFlags() : 1) podman-build.1.md documents --cni-config-dir and --runtime options, but these are not actually options under podman build; they are global options. The documentation in this man page differs from that under podman-build. 2) podman ps implements a binary --namespace option, but this option does not (cannot?) appear in --help because there's a global --namespace string option and Cobra somehow gets confused about this. Do we really intend for global options to be parsed on the right-hand side of subcommands? This strikes me as unintuitive and potentially confusing, although the fact that it has taken me this long to discover it suggests that it's not _that_ confusing. Suggestions welcome. I can file issues for 1/2 above, or simply teach my script to special-case ignore them. Signed-off-by: Ed Santiago <santiago@redhat.com> |
||
---|---|---|
.. | ||
links | ||
containers-mounts.conf.5.md | ||
libpod.conf.5.md | ||
podman-attach.1.md | ||
podman-build.1.md | ||
podman-commit.1.md | ||
podman-container-checkpoint.1.md | ||
podman-container-cleanup.1.md | ||
podman-container-exists.1.md | ||
podman-container-prune.1.md | ||
podman-container-restore.1.md | ||
podman-container-runlabel.1.md | ||
podman-container.1.md | ||
podman-cp.1.md | ||
podman-create.1.md | ||
podman-diff.1.md | ||
podman-events.1.md | ||
podman-exec.1.md | ||
podman-export.1.md | ||
podman-generate-kube.1.md | ||
podman-generate-systemd.1.md | ||
podman-generate.1.md | ||
podman-healthcheck-run.1.md | ||
podman-healthcheck.1.md | ||
podman-history.1.md | ||
podman-image-exists.1.md | ||
podman-image-prune.1.md | ||
podman-image-sign.1.md | ||
podman-image-tree.1.md | ||
podman-image-trust.1.md | ||
podman-image.1.md | ||
podman-images.1.md | ||
podman-import.1.md | ||
podman-info.1.md | ||
podman-init.1.md | ||
podman-inspect.1.md | ||
podman-kill.1.md | ||
podman-load.1.md | ||
podman-login.1.md | ||
podman-logout.1.md | ||
podman-logs.1.md | ||
podman-mount.1.md | ||
podman-network-create.1.md | ||
podman-network-inspect.1.md | ||
podman-network-ls.1.md | ||
podman-network-rm.1.md | ||
podman-network.1.md | ||
podman-pause.1.md | ||
podman-play-kube.1.md | ||
podman-play.1.md | ||
podman-pod-create.1.md | ||
podman-pod-exists.1.md | ||
podman-pod-inspect.1.md | ||
podman-pod-kill.1.md | ||
podman-pod-pause.1.md | ||
podman-pod-prune.1.md | ||
podman-pod-ps.1.md | ||
podman-pod-restart.1.md | ||
podman-pod-rm.1.md | ||
podman-pod-start.1.md | ||
podman-pod-stats.1.md | ||
podman-pod-stop.1.md | ||
podman-pod-top.1.md | ||
podman-pod-unpause.1.md | ||
podman-pod.1.md | ||
podman-port.1.md | ||
podman-ps.1.md | ||
podman-pull.1.md | ||
podman-push.1.md | ||
podman-remote.1.md | ||
podman-remote.conf.5.md | ||
podman-restart.1.md | ||
podman-rm.1.md | ||
podman-rmi.1.md | ||
podman-run.1.md | ||
podman-save.1.md | ||
podman-search.1.md | ||
podman-start.1.md | ||
podman-stats.1.md | ||
podman-stop.1.md | ||
podman-system-df.1.md | ||
podman-system-migrate.1.md | ||
podman-system-prune.1.md | ||
podman-system-renumber.1.md | ||
podman-system-reset.1.md | ||
podman-system-service.1.md | ||
podman-system.1.md | ||
podman-tag.1.md | ||
podman-top.1.md | ||
podman-umount.1.md | ||
podman-unpause.1.md | ||
podman-unshare.1.md | ||
podman-untag.1.md | ||
podman-varlink.1.md | ||
podman-version.1.md | ||
podman-volume-create.1.md | ||
podman-volume-inspect.1.md | ||
podman-volume-ls.1.md | ||
podman-volume-prune.1.md | ||
podman-volume-rm.1.md | ||
podman-volume.1.md | ||
podman-wait.1.md | ||
podman.1.md |