docs(readme): add status badges and remove hardcoded release info
Signed-off-by: r3drun3 <simone.ragonesi@kiratech.it>
This commit is contained in:
parent
6c32bf18d0
commit
8e7f98ae65
|
@ -1,15 +1,16 @@
|
||||||

|

|
||||||
|
|
||||||
# Podman: A tool for managing OCI containers and pods
|
# Podman: A tool for managing OCI containers and pods
|
||||||
|

|
||||||
|

|
||||||
|
[](https://goreportcard.com/report/github.com/containers/libpod)
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
|
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
|
||||||
Podman runs containers on Linux, but can also be used on Mac and Windows systems using a Podman-managed virtual machine.
|
Podman runs containers on Linux, but can also be used on Mac and Windows systems using a Podman-managed virtual machine.
|
||||||
Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes.
|
Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes.
|
||||||
|
|
||||||
* [Latest Version: 4.4.0](https://github.com/containers/podman/releases/tag/v4.4.0)
|
|
||||||
* Latest Remote client for Windows
|
|
||||||
* Latest Remote client for macOS
|
|
||||||
* Latest Static Remote client for Linux
|
|
||||||
|
|
||||||
All releases are GPG signed. Public keys of members of the team approved to make releases are located [here](https://github.com/containers/release-keys/tree/main/podman).
|
All releases are GPG signed. Public keys of members of the team approved to make releases are located [here](https://github.com/containers/release-keys/tree/main/podman).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue