Files
podman/docs/tutorials/README.md
TomSweeneyRedHat 5f932fa441 Add api link to tutorials
We recently moved the "How to use libpod for custom/derivative projects" page to
the docs/tutorials directory.  This adds a link to the README.md there so it can
be more easily found and adds a logo to the tutorial itself.

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-10-02 10:25:42 -04:00

26 lines
797 B
Markdown

![PODMAN logo](../../logo/podman-logo-source.svg)
# Podman Tutorials
## Links to a number of useful tutorials for the Podman utility.
**[Introduction Tutorial](podman_tutorial.md)**
Learn how to setup Podman and perform some basic commands with the utility.
**[Basic Setup and Use of Podman in a Rootless environment](rootless_tutorial.md)**
The steps required to setup rootless Podman are enumerated.
**[Setup on OS X](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.
**[Remote Client](remote_client.md)**
A brief how-to on using the Podman remote-client.
**[How to use libpod for custom/derivative projects](podman-derivative-api.md)**
How the libpod API can be used within your own project.