summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2019-09-19 18:28:27 -0400
committerTomSweeneyRedHat <tsweeney@redhat.com>2019-09-19 19:26:32 -0400
commit9f84d2ee27e4bb5376443b8854996f07eed08052 (patch)
tree162c3974dfdd436428f4a40025fbb83749e3d893
parentc38844f5a9abedd1b9bce0641ee6f1909377a5d7 (diff)
downloadpodman-9f84d2ee27e4bb5376443b8854996f07eed08052.tar.gz
podman-9f84d2ee27e4bb5376443b8854996f07eed08052.tar.bz2
podman-9f84d2ee27e4bb5376443b8854996f07eed08052.zip
Move rootless and Mac to Tutorials page
As the title says. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
-rw-r--r--README.md4
-rw-r--r--docs/tutorials/README.md8
-rw-r--r--docs/tutorials/mac_client.md (renamed from mac_client.md)0
-rw-r--r--docs/tutorials/remote_client.md (renamed from remote_client.md)4
4 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index f04dd75d5..4cdccd3a9 100644
--- a/README.md
+++ b/README.md
@@ -102,10 +102,10 @@ includes tables showing Docker commands and their Podman equivalent commands.
**[Tutorials](docs/tutorials)**
Tutorials on using Podman.
-**[Remote Client](remote_client.md)**
+**[Remote Client](https://github.com/containers/libpod/blob/master/docs/tutorials/remote_client.md)**
A brief how-to on using the Podman remote-client.
-**[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)**
A tutorial showing the setup and configuration necessary to run Rootless Podman.
**[Release Notes](RELEASE_NOTES.md)**
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.
diff --git a/mac_client.md b/docs/tutorials/mac_client.md
index bf08e8cc1..bf08e8cc1 100644
--- a/mac_client.md
+++ b/docs/tutorials/mac_client.md
diff --git a/remote_client.md b/docs/tutorials/remote_client.md
index be5c918c8..197ff3d26 100644
--- a/remote_client.md
+++ b/docs/tutorials/remote_client.md
@@ -19,8 +19,8 @@ system as a user with privileges to the varlink socket (more on this later).
## Building the remote client
At this time, the remote-client is not being packaged for any distribution. It must be built from
-source. To set up your build environment, see [Installation notes](install.md) and follow the
-section [Building from scratch](install.md#building-from-scratch). Once you can successfully
+source. To set up your build environment, see [Installation notes](https://github.com/containers/libpod/blob/master/install.md) and follow the
+section [Building from scratch](https://github.com/containers/libpod/blob/master/install.md#building-from-scratch). Once you can successfully
build the regular Podman binary, you can now build the remote-client.
```
$ make podman-remote