podman/docs
OpenShift Merge Robot 21b67e6469
Merge pull request #4976 from rpjday/rpjday/podman_version
docs: mention that "podman version" prints out Remote API Version
2020-03-28 10:52:42 +01:00
..
source Merge pull request #4976 from rpjday/rpjday/podman_version 2020-03-28 10:52:42 +01:00
tutorials Add image signing with GPG tutorial 2020-03-23 11:46:29 +01:00
varlink make lint: include docs/ 2020-01-14 09:54:48 +01:00
Makefile Restructure documentation dir 2019-10-31 12:31:39 -05:00
Readme.md Add links to readthedocs on docs/readme 2019-11-04 18:22:41 -05:00
dckrman.sh Fix docker man page links 2020-03-19 14:03:02 -04:00
generate.go Rename varlink socket and interface 2018-08-06 14:49:11 +00:00
links-to-html.lua Update XML to not embed quote in PATH on windows 2020-01-31 15:22:20 -07:00
make.bat Restructure documentation dir 2019-10-31 12:31:39 -05:00
play.png
podman-derivative-api systemd: expect full path /usr/sbin/init 2019-10-09 23:38:45 +02:00
remote-docs.sh Update document formatting and packaging code 2019-10-31 12:31:39 -05:00
requirements.txt Restructure documentation dir 2019-10-31 12:31:39 -05:00

Readme.md

Podman Documentation

The online man pages and other documents regarding Podman can be found at Read The Docs. The man pages can be found under the Commands link on that page.

Build the Docs

Directory Structure

Directory
Markdown source for man pages docs/source/markdown/
man pages aliases as .so files docs/source/markdown/links/
restructured text for readthedocs.io docs/rst/
target for output docs/build
man pages docs/build/man
remote linux man pages docs/build/remote/linux
remote darwin man pages docs/build/remote/darwin
remote windows html pages docs/build/remote/windows

Support files

docs/remote-docs.sh Read the docs/source/markdown files and format for each platform
docs/links-to-html.lua pandoc filter to do aliases for html files