mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
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>
This commit is contained in:
@ -19,3 +19,7 @@ Special setup for running the Podman remote client on a Mac and connecting to Po
|
|||||||
**[Remote Client](remote_client.md)**
|
**[Remote Client](remote_client.md)**
|
||||||
|
|
||||||
A brief how-to on using the Podman remote-client.
|
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.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|

|
||||||
|
|
||||||
# How to use libpod for custom/derivative projects
|
# How to use libpod for custom/derivative projects
|
||||||
|
|
||||||
libpod today is a Golang library and a CLI. The choice of interface you make has advantages and disadvantages.
|
libpod today is a Golang library and a CLI. The choice of interface you make has advantages and disadvantages.
|
||||||
|
Reference in New Issue
Block a user