-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify Windows/Mac support in whatis #210
Clarify Windows/Mac support in whatis #210
Conversation
@TomSweeneyRedHat More details can be found in mac_client.md On macos
-or-
On Windows
|
Thanks @jwhonce. Should I not be pointing that the remote_client tutorial or add a pointer to the mac_client too? |
@TomSweeneyRedHat I would add the mac_client pointer. |
865381e
to
33c51d1
Compare
@jwhonce think I've captured what you're saying. I was trying to keep it as concise as possible and just provide pointers. PTAL |
re-ping @jwhonce |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes which I hope clarify services vs. clients.
whatis.html
Outdated
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 <a href="https://github.com/containers/libpod/blob/master/docs/tutorials/remote_client.md">remote client</a> 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 <a href="https://github.com/containers/libpod/blob/master/docs/tutorials/mac_client.md">Mac client</a>. <b>NOTE:</b> the Varlink remote client will be deprecated after the REST API is completed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <a href="https://github.com/containers/libpod/blob/master/docs/tutorials/remote_client.md">remote client</a> 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 <a href="https://github.com/containers/libpod/blob/master/docs/tutorials/mac_client.md">Mac client</a>. <b>NOTE:</b> the Varlink remote client will be deprecated after the REST API is completed. | |
The Podman service runs only on Linux platforms, however a REST API and clients are currently under development which will | |
allow Mac and Windows platforms to call the service. There is currently a Varlink based <a href="https://github.com/containers/libpod/blob/master/docs/tutorials/remote_client.md">remote client</a> 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 <a href="https://github.com/containers/libpod/blob/master/docs/tutorials/mac_client.md">Mac client</a>. <b>NOTE:</b> the Varlink remote client will be deprecated after the REST API is completed. |
whatis.html
Outdated
@@ -35,7 +40,7 @@ <h3>Overview and scope</h3> | |||
|
|||
<h3>Roadmap</h3> | |||
<ul> | |||
<li>Allow the Podman CLI to use a Varlink backend to connect to remote Podman instances from Mac and Windows.</li> | |||
<li>Allow the Podman CLI to use a REST API to connect to remote Podman instances on Linux from Mac and Windows.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li>Allow the Podman CLI to use a REST API to connect to remote Podman instances on Linux from Mac and Windows.</li> | |
<li>Allow the Podman CLI to use a REST API to connect to remote Podman services on Linux from Mac and Windows.</li> |
We've had comments in containers/podman#4364 that it's unclear that we don't actually run Podman on Windows and Mac, rather it runs only on Linux and you need remote clients on the other platforms. This updates the whatis document to hopefully clarify. Signed-off-by: TomSweeneyRedHat <[email protected]>
33c51d1
to
5e3ea1f
Compare
We've had comments in containers/podman#4364 that it's unclear
that we don't actually run Podman on Windows and Mac, rather it runs only on Linux and
you need remote clients on the other platforms.
This updates the whatis document to hopefully clarify.
Signed-off-by: TomSweeneyRedHat [email protected]