diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-03 06:37:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 06:37:33 -0700 |
commit | b32cb4b750842212f8002e030db63e92c6485fdc (patch) | |
tree | 716727491aea86297f8e164f6d6f3331eca3dc05 /docs/tutorials/README.md | |
parent | e67e9e123cde595b6f869b068f7f16e1b9fe1850 (diff) | |
parent | 5f932fa441a64a8fa0f75cb848a9a2079c770a43 (diff) | |
download | podman-b32cb4b750842212f8002e030db63e92c6485fdc.tar.gz podman-b32cb4b750842212f8002e030db63e92c6485fdc.tar.bz2 podman-b32cb4b750842212f8002e030db63e92c6485fdc.zip |
Merge pull request #4169 from TomSweeneyRedHat/dev/tsweeney/tutreadfix2
Add api link to tutorials
Diffstat (limited to 'docs/tutorials/README.md')
-rw-r--r-- | docs/tutorials/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/README.md b/docs/tutorials/README.md index 2cf9613b6..bcd1b01d9 100644 --- a/docs/tutorials/README.md +++ b/docs/tutorials/README.md @@ -19,3 +19,7 @@ Special setup for running the Podman remote client on a Mac and connecting to Po **[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. |