Skip to content

Commit

Permalink
Merge pull request #4040 from mheon/mac_tutorial_links
Browse files Browse the repository at this point in the history
Add links to the Mac tutorial in the main tutorial
  • Loading branch information
openshift-merge-robot committed Sep 19, 2019
2 parents fe48b9e + e3a343e commit 6789428
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

Learn how to setup Podman and perform some basic commands with the utility.

**[Basic Setup and Use of Podman in a Rootless environment.](https://github.com/containers/libpod/blob/master/docs/tutorials/rootless_tutorial.md).
**[Basic Setup and Use of Podman in a Rootless environment.](https://github.com/containers/libpod/blob/master/docs/tutorials/rootless_tutorial.md).**

The steps required to setup rootless Podman are enumerated.

**[Setup on OS X](https://github.com/containers/libpod/blob/master/mac_client.md)**

Special setup for running the Podman remote client on a Mac and connecting to Podman running on a Linux VM are documented
3 changes: 3 additions & 0 deletions docs/tutorials/podman_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6789428

Please sign in to comment.