diff --git a/whatis.html b/whatis.html index 51f14872..d47d3397 100644 --- a/whatis.html +++ b/whatis.html @@ -19,6 +19,11 @@

What is Podman? Simply put: `alias docker=podman`

Podman specializes in all of the commands and functions that help you to maintain and modify OCI container images, such as pulling and tagging. It allows you to create, run, and maintain those containers created from those images in a production environment. +

+Podman runs only on Linux platforms, however a REST API is currently under development which will +allow Mac and Windows platforms to call the server. There is currently a Varlink based remote client which +runs on Mac or Windows platforms that allows the remote client to talk to the Podman +server on a Linux platform. In addition to those clients, there is also a Mac client. NOTE: the Varlink remote client will be deprecated after the REST API is completed.

Overview and scope

@@ -35,7 +40,7 @@

Overview and scope

Roadmap