Skip to content

Commit 4c0d057

Browse files
committed
Readme updates for Podman
Our roadmap was completely outdated, revamp it to things we have not already done. Same for the Podman Desktop section - it's not a brand-new, unproven solution anymore. Signed-off-by: Matt Heon <[email protected]>
1 parent c88c689 commit 4c0d057

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Podman is based on libpod, a library for container lifecycle management that is
1515
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).
1616

1717
* Continuous Integration:
18-
* [![Build Status](https://api.cirrus-ci.com/github/containers/podman.svg)](https://cirrus-ci.com/github/containers/podman/master)
18+
* [![Build Status](https://api.cirrus-ci.com/github/containers/podman.svg)](https://cirrus-ci.com/github/containers/podman/main)
1919
* [GoDoc: ![GoDoc](https://godoc.org/github.com/containers/podman/libpod?status.svg)](https://godoc.org/github.com/containers/podman/libpod)
2020
* [Downloads](DOWNLOADS.md)
2121

@@ -37,9 +37,11 @@ At a high level, the scope of Podman and libpod is the following:
3737

3838
## Roadmap
3939

40-
1. A fully-featured GUI frontend for `podman machine`
41-
1. Further improvements to `podman generate kube` and `podman play kube`
42-
1. Improvements to Pods, including the addition of pod-level resource limits
40+
1. Further improvements to `podman machine` to better support Podman Desktop and other developer usecases.
41+
1. Support for [conmon-rs](https://github.com/containers/conmon-rs), which will improve container logging.
42+
1. Support for the BuildKit API.
43+
1. Performance and stability improvements.
44+
1. Reductions to the size of the Podman binary.
4345

4446
## Communications
4547

@@ -72,7 +74,10 @@ A little configuration by an administrator is required before rootless Podman ca
7274

7375
## Podman Desktop
7476

75-
[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.
77+
[Podman Desktop](https://podman-desktop.io/) provides a local development environment for Podman and Kubernetes on Linux, Windows, and Mac machines.
78+
It is a full-featured desktop UI frontend for Podman which uses the `podman machine` backend on non-Linux operating systems to run containers.
79+
It supports full container lifecycle management (building, pulling, and pushing images, creating and managing containers, creating and managing pods, and working with Kubernetes YAML).
80+
The project develops on [GitHub](https://github.com/containers/podman-desktop) and contributors are welcome.
7681

7782
## Out of scope
7883

0 commit comments

Comments
 (0)