diff options
author | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2021-09-13 22:00:12 +0200 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-09-16 11:00:05 -0400 |
commit | 901cf71a6091e2a556a52f89c62ca446dbc5cd06 (patch) | |
tree | fa6cee885cd8cafec89f2c0146563ad0d7be770b /docs/source/markdown | |
parent | 507000a304b34850c358d75af3f6291ed444c8f6 (diff) | |
download | podman-901cf71a6091e2a556a52f89c62ca446dbc5cd06.tar.gz podman-901cf71a6091e2a556a52f89c62ca446dbc5cd06.tar.bz2 podman-901cf71a6091e2a556a52f89c62ca446dbc5cd06.zip |
Show variant and codename of the distribution
Along with the name (id) and the version(_id)
But only show the information if is available
Examples: Fedora CoreOS, Ubuntu Focal
[NO TESTS NEEDED]
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-info.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-info.1.md b/docs/source/markdown/podman-info.1.md index 7127f9026..21ca35eef 100644 --- a/docs/source/markdown/podman-info.1.md +++ b/docs/source/markdown/podman-info.1.md @@ -42,6 +42,7 @@ host: cpus: 8 distribution: distribution: fedora + variant: workstation version: "34" eventLogger: journald hostname: localhost.localdomain |