diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-17 10:18:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-17 10:18:24 +0000 |
commit | b680e117bacd6436b50a243ad7da4ebe3fc0bdf3 (patch) | |
tree | 483ab67776628563569c2436d2dc6e700b65ebed /docs/source | |
parent | 20a3c9969f11ce825276c46d9c93a9ba5d587b13 (diff) | |
parent | c9722c0b1668f92e307c4d5e325d443cb8f77869 (diff) | |
download | podman-b680e117bacd6436b50a243ad7da4ebe3fc0bdf3.tar.gz podman-b680e117bacd6436b50a243ad7da4ebe3fc0bdf3.tar.bz2 podman-b680e117bacd6436b50a243ad7da4ebe3fc0bdf3.zip |
Merge pull request #14951 from eriksjolund/add_socket_activation_entry_to_tutorial_list
[CI:DOCS] Tutorials.rst: add socket activation
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/Tutorials.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/Tutorials.rst b/docs/source/Tutorials.rst index 024e6847c..1c8e946db 100644 --- a/docs/source/Tutorials.rst +++ b/docs/source/Tutorials.rst @@ -13,3 +13,4 @@ Here are a number of useful tutorials to get you up and running with Podman. If * `How to use libpod for custom/derivative projects <https://github.com/containers/podman/blob/main/docs/tutorials/podman-derivative-api.md>`_: How the libpod API can be used within your own project. * `How to use Podman's Go RESTful bindings <https://github.com/containers/podman/tree/main/pkg/bindings>`_: An introduction to using our RESTful Golang bindings in an external application. * `Common network setups <https://github.com/containers/podman/blob/main/docs/tutorials/basic_networking.md>`_: A basic guide to common network setups for Podman. +* `Socket activation <https://github.com/containers/podman/blob/main/docs/tutorials/socket_activation.md>`_: Learn how to run containers that support socket activation. |