diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-10 11:37:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 11:37:33 -0400 |
commit | aadf96a742dc6bc8f65f79587642714a87342655 (patch) | |
tree | a67106a978215190b36b3866be17128cf09c84bb /docs/tutorials/podman_tutorial.md | |
parent | 3d33923374ee39977166d9fff3ee53c58d884bbe (diff) | |
parent | 98ae84cc9ea03a62a787fe3262495df69898c007 (diff) | |
download | podman-aadf96a742dc6bc8f65f79587642714a87342655.tar.gz podman-aadf96a742dc6bc8f65f79587642714a87342655.tar.bz2 podman-aadf96a742dc6bc8f65f79587642714a87342655.zip |
Merge pull request #7566 from ashley-cui/remotdocs
[CI:DOCS] Update remote tutorials
Diffstat (limited to 'docs/tutorials/podman_tutorial.md')
-rw-r--r-- | docs/tutorials/podman_tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md index 97268fc41..85b95af04 100644 --- a/docs/tutorials/podman_tutorial.md +++ b/docs/tutorials/podman_tutorial.md @@ -5,7 +5,7 @@ Podman is a utility provided as part of the libpod library. It can be used to c containers. The following tutorial will teach you how to set up Podman and perform some basic commands with Podman. -If you are running on a Mac, you should instead follow the [Mac tutorial](https://github.com/containers/podman/blob/master/docs/tutorials/mac_client.md) +If you are running on a Mac or Windows PC, you should instead follow the [Mac and Windows tutorial](https://github.com/containers/podman/blob/master/docs/tutorials/mac_win_client.md) to set up the remote Podman client. **NOTE**: the code samples are intended to be run as a non-root user, and use `sudo` where |