NAME¶ 名称
podman-version - Display the Podman version information
podman-version - 显示 Podman 版本信息
SYNOPSIS¶ 概要
podman version [options] podman version [选项]
DESCRIPTION¶ 描述
Shows the following information: Remote API Version, Version, Go Version, Git Commit, Build Time,
OS, and Architecture.
显示以下信息:远程 API 版本、版本、Go 版本、Git 提交、构建时间、操作系统和架构。
OPTIONS¶ 选项
--format, -f=format¶
Change output format to “json” or a Go template.
将输出格式更改为“json”或 Go 模板。
Placeholder |
Description |
---|---|
.Client … .客户端 … |
Version of local podman 本地 Podman 的版本 |
.Server … .服务器 … |
Version of remote podman 远程 podman 的版本 |
Each of the above fields branch deeper into further subfields
such as .Version, .APIVersion, .GoVersion, and more.
以上每个字段都会进一步分支到更深层的子字段,如 .Version、.APIVersion、.GoVersion 等。
Example¶ 示例 ¶
A sample output of the version
command:
version
命令的示例输出:
$ podman version
Version: 2.0.0
API Version: 1
Go Version: go1.14.2
Git Commit: 4520664f63c3a7f9a80227715359e20069d95542
Built: Tue May 19 10:48:59 2020
OS/Arch: linux/amd64
Filtering out only the version:
仅过滤版本:
$ podman version --format '{{.Client.Version}}'
2.0.0
--help, -h¶ --help,-h ¶
Print usage statement 打印使用说明
SEE ALSO¶ 参见 ¶
HISTORY¶ 历史 ¶
November 2018, Added --format flag by Tomas Tomecek ttomecek@redhat.com
July 2017, Originally compiled by Urvashi Mohnani umohnani@redhat.com
2018 年 11 月,Tomas Tomecek ttomecek@redhat.com 添加了 --format 标志。2017 年 7 月,由 Urvashi Mohnani umohnani@redhat.com 最初编译。