You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Podman is based on libpod, a library for container lifecycle management that is
15
15
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).
@@ -37,9 +37,11 @@ At a high level, the scope of Podman and libpod is the following:
37
37
38
38
## Roadmap
39
39
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.
43
45
44
46
## Communications
45
47
@@ -72,7 +74,10 @@ A little configuration by an administrator is required before rootless Podman ca
72
74
73
75
## Podman Desktop
74
76
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.
0 commit comments