From 0961002d94a745091dd6ba6a687f845e5005503d Mon Sep 17 00:00:00 2001 From: "Jason T. Greene" Date: Sun, 15 May 2022 11:22:32 -0500 Subject: Update tutorial list to include Podman for Windows Label remote client tutorial as advanced so that users favor the managed machine approach. Signed-off-by: Jason T. Greene --- docs/source/Tutorials.rst | 3 ++- docs/tutorials/mac_win_client.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/Tutorials.rst b/docs/source/Tutorials.rst index 34a029484..c2cbcb8a9 100644 --- a/docs/source/Tutorials.rst +++ b/docs/source/Tutorials.rst @@ -6,7 +6,8 @@ Here are a number of useful tutorials to get you up and running with Podman. If * `Basic Setup and Use of Podman `_: Learn how to setup Podman and perform some basic commands with the utility. * `Basic Setup and Use of Podman in a Rootless environment `_: The steps required to setup rootless Podman are enumerated. -* `Podman Mac/Windows tutorial `_: Special setup for running the Podman remote client on a Mac or Windows PC and connecting to Podman running on a Linux VM are documented. +* `Podman for Windows `_: A guide to installing and using Podman on Windows. +* `Podman Remote Clients on Mac/Windows `_: Advanced setup for connecting to a remote Linux system using the Podman remote client on Mac and Windows. * `How to sign and distribute container images using Podman `_: Learn how to setup and use image signing with Podman. * `Podman remote-client tutorial `_: A brief how-to on using the Podman remote-client. * `How to use libpod for custom/derivative projects `_: How the libpod API can be used within your own project. diff --git a/docs/tutorials/mac_win_client.md b/docs/tutorials/mac_win_client.md index 159296d5e..553a38394 100644 --- a/docs/tutorials/mac_win_client.md +++ b/docs/tutorials/mac_win_client.md @@ -1,5 +1,9 @@ # Podman Remote clients for macOS and Windows +*** +**_NOTE:_** For running Podman on Windows, refer to the [Podman for Windows](podman-for-windows.md) guide, which uses the recommended approach of a Podman-managed Linux backend. For Mac, see the [Podman installation instructions](https://podman.io/getting-started/installation). This guide covers the advanced usage of Podman with a custom Linux VM or a remote external Linux system. +*** + ## Introduction The core Podman runtime environment can only run on Linux operating systems. But other operating systems can use the “remote client” to manage their containers to a Linux backend. This remote client is nearly identical to the standard Podman program. Certain functions that do not make sense for remote clients have been removed. For example, the “--latest” switch for container commands has been removed. -- cgit v1.2.3-54-g00ecf