diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-09-16 11:55:01 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-09-17 14:35:24 -0400 |
commit | e3a343e23f487490c95bbdbd8f866711cd8038ea (patch) | |
tree | eb55aacbe13e3003ba8a6c0d0a4bc20aab07047d /docs/tutorials/podman_tutorial.md | |
parent | 143caa98bf07eef1a4d46da2cc56603a3ef739b8 (diff) | |
download | podman-e3a343e23f487490c95bbdbd8f866711cd8038ea.tar.gz podman-e3a343e23f487490c95bbdbd8f866711cd8038ea.tar.bz2 podman-e3a343e23f487490c95bbdbd8f866711cd8038ea.zip |
Add links to the Mac tutorial in the main tutorial
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs/tutorials/podman_tutorial.md')
-rw-r--r-- | docs/tutorials/podman_tutorial.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md index d2f8e08fa..559d25d6a 100644 --- a/docs/tutorials/podman_tutorial.md +++ b/docs/tutorials/podman_tutorial.md @@ -5,6 +5,9 @@ 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/libpod/blob/master/mac_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 root escalation is required. |