diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-25 15:40:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 15:40:54 +0200 |
commit | 4f301c54b891810263052d7fb183af9b73b359e0 (patch) | |
tree | 9cce9f273c30efc575ed36e25627a932714417a6 | |
parent | 240095e24bedbb2443926f6777bca4cb63c2ab53 (diff) | |
parent | 0296e5046500ae55f573ce9e89e70d71962fbe07 (diff) | |
download | podman-4f301c54b891810263052d7fb183af9b73b359e0.tar.gz podman-4f301c54b891810263052d7fb183af9b73b359e0.tar.bz2 podman-4f301c54b891810263052d7fb183af9b73b359e0.zip |
Merge pull request #4091 from dylanpinn/patch-1
Update mac_client link in podman tutorial
-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 559d25d6a..169cefc0e 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/libpod/blob/master/mac_client.md) +If you are running on a Mac, you should instead follow the [Mac tutorial](https://github.com/containers/libpod/blob/master/docs/tutorials/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 |