diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-22 15:41:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 15:41:37 +0200 |
commit | 8fe0e294b5ba234554960c1355b74c70babafec0 (patch) | |
tree | 0aff77ac0fd2eec229a51b81acad9e9b72598077 /docs/source/includes.rst | |
parent | cd4bb48bcfcb0b6fb845a5f4a0d9e060e127ebb0 (diff) | |
parent | 176f38c25b3c1419decac36cf078f75a6e6a49e2 (diff) | |
download | podman-8fe0e294b5ba234554960c1355b74c70babafec0.tar.gz podman-8fe0e294b5ba234554960c1355b74c70babafec0.tar.bz2 podman-8fe0e294b5ba234554960c1355b74c70babafec0.zip |
Merge pull request #6306 from fatherlinux/master
[CI:DOCS] Docs revamp.
Diffstat (limited to 'docs/source/includes.rst')
-rw-r--r-- | docs/source/includes.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/source/includes.rst b/docs/source/includes.rst new file mode 100644 index 000000000..4794f454a --- /dev/null +++ b/docs/source/includes.rst @@ -0,0 +1,19 @@ +.. highlight:: bash +.. _Podman: http://podman.io +.. _OCI: https://www.opencontainers.org/ +.. _Container Engine: https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/#h.6yt1ex5wfo3l +.. _Container Engines: https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/#h.6yt1ex5wfo3l +.. _Container Runtime: https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/#h.6yt1ex5wfo55 +.. _Container: https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/#h.j2uq93kgxe0e +.. _Containers: https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/#h.j2uq93kgxe0e +.. _Container Image: https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/#h.dqlu6589ootw +.. _Container Images: https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/#h.dqlu6589ootw +.. _Container Registry: https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/#h.4cxnedx7tmvq +.. _Container Registries: https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/#h.4cxnedx7tmvq +.. _libpod: https://github.com/containers/libpod +.. _podman search: http://docs.podman.io/en/latest/markdown/podman-search.1.html +.. _podman pull: http://docs.podman.io/en/latest/markdown/podman-pull.1.html +.. _podman run: http://docs.podman.io/en/latest/markdown/podman-run.1.html +.. _podman build: http://docs.podman.io/en/latest/markdown/podman-build.1.html +.. _podman push: http://docs.podman.io/en/latest/markdown/podman-push.1.html +.. image:: https://github.com/containers/libpod/blob/master/logo/podman-logo.png?raw=true |