diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-16 13:37:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 13:37:16 +0200 |
commit | d8e8e628220b890986b11c9646ad593148dc5d3c (patch) | |
tree | f9917fd35287f413b08aca846c95df01f8b88a5c /docs/tutorials | |
parent | 931ee8950cd24a8593dd4191fc37ba4542ef7c66 (diff) | |
parent | 0961002d94a745091dd6ba6a687f845e5005503d (diff) | |
download | podman-d8e8e628220b890986b11c9646ad593148dc5d3c.tar.gz podman-d8e8e628220b890986b11c9646ad593148dc5d3c.tar.bz2 podman-d8e8e628220b890986b11c9646ad593148dc5d3c.zip |
Merge pull request #14246 from n1hility/update-tutorials-index
[CI:DOCS] Update tutorial list to include Podman for Windows
Diffstat (limited to 'docs/tutorials')
-rw-r--r-- | docs/tutorials/mac_win_client.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |