aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2022-08-11 10:28:48 -0400
committerMatthew Heon <mheon@redhat.com>2022-08-11 10:28:48 -0400
commit2935c38fd3dfabe194411c30000126ca7a1e4d40 (patch)
tree1f2f574613ae32b55548bea47062169b2f7fc7c0 /README.md
parent59ab5cce7d20be703f5528a12a971b2ef1e2a784 (diff)
downloadpodman-2935c38fd3dfabe194411c30000126ca7a1e4d40.tar.gz
podman-2935c38fd3dfabe194411c30000126ca7a1e4d40.tar.bz2
podman-2935c38fd3dfabe194411c30000126ca7a1e4d40.zip
Update release notes for v4.2.0
Also add Podman Desktop to our README. Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7c6f3d5b8..74f59af0f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Podman (the POD MANager) is a tool for managing containers and images, volumes m
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.
-* [Latest Version: 4.1.1](https://github.com/containers/podman/releases/tag/v4.1.1)
+* [Latest Version: 4.2.0](https://github.com/containers/podman/releases/tag/v4.2.0)
* Latest Remote client for Windows
* Latest Remote client for macOS
* Latest Static Remote client for Linux
@@ -65,6 +65,10 @@ Any recent Podman release should be able to run rootless without any additional
A little configuration by an administrator is required before rootless Podman can be used, the necessary setup is documented [here](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md).
+## Podman Desktop
+
+[Podman Desktop](https://podman-desktop.io/) is a new project under the container organization built to help the developers working with containers from their local environment with a desktop UI. Podman Desktop is still in its early days, but already provides capabilities to list your images, interact with containers (access logs, get a terminal), connect to registries (pull private images, push your images) and configure podman settings (proxies). The project develops on [Github](https://github.com/containers/podman-desktop) and contributors are welcome.
+
## Out of scope
* Specialized signing and pushing of images to various storage backends.