summaryrefslogtreecommitdiff
path: root/docs/tutorials/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-20 05:56:10 +0200
committerGitHub <noreply@github.com>2019-09-20 05:56:10 +0200
commit45b072510220d3bab467c43ca3707ef3cebd8ba9 (patch)
tree09dd84c9cb50923234b1432d5ec42de111658cc2 /docs/tutorials/README.md
parente155162e4506d14b2cd77f46bc456c7cce71f125 (diff)
parent9f84d2ee27e4bb5376443b8854996f07eed08052 (diff)
downloadpodman-45b072510220d3bab467c43ca3707ef3cebd8ba9.tar.gz
podman-45b072510220d3bab467c43ca3707ef3cebd8ba9.tar.bz2
podman-45b072510220d3bab467c43ca3707ef3cebd8ba9.zip
Merge pull request #4064 from TomSweeneyRedHat/dev/tsweeney/tutfix
Move rootless and Mac to Tutorials page
Diffstat (limited to 'docs/tutorials/README.md')
-rw-r--r--docs/tutorials/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/tutorials/README.md b/docs/tutorials/README.md
index 5dc01f794..c340d683f 100644
--- a/docs/tutorials/README.md
+++ b/docs/tutorials/README.md
@@ -12,6 +12,10 @@ Learn how to setup Podman and perform some basic commands with the utility.
The steps required to setup rootless Podman are enumerated.
-**[Setup on OS X](https://github.com/containers/libpod/blob/master/mac_client.md)**
+**[Setup on OS X](https://github.com/containers/libpod/blob/master/doc/tutorials/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 \ No newline at end of file
+Special setup for running the Podman remote client on a Mac and connecting to Podman running on a Linux VM are documented
+
+**[Remote Client](https://github.com/containers/libpod/blob/master/doc/tutorials/remote_client.md)**
+
+A brief how-to on using the Podman remote-client.