Move rootless and Mac to Tutorials page

As the title says.

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
TomSweeneyRedHat
2019-09-19 18:28:27 -04:00
parent c38844f5a9
commit 9f84d2ee27
4 changed files with 10 additions and 6 deletions

View File

@ -102,10 +102,10 @@ includes tables showing Docker commands and their Podman equivalent commands.
**[Tutorials](docs/tutorials)** **[Tutorials](docs/tutorials)**
Tutorials on using Podman. 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. 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. A tutorial showing the setup and configuration necessary to run Rootless Podman.
**[Release Notes](RELEASE_NOTES.md)** **[Release Notes](RELEASE_NOTES.md)**

View File

@ -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. 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 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.

View File

@ -19,8 +19,8 @@ system as a user with privileges to the varlink socket (more on this later).
## Building the remote client ## Building the remote client
At this time, the remote-client is not being packaged for any distribution. It must be built from 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 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](install.md#building-from-scratch). Once you can successfully 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. build the regular Podman binary, you can now build the remote-client.
``` ```
$ make podman-remote $ make podman-remote