diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-05-17 11:18:01 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-17 17:48:51 +0000 |
commit | 3b02a131cd354be3dee7b99c61885d929396f3dc (patch) | |
tree | f82c837c2773737c4c4d249d618dbeb6ed1c88dc /README.md | |
parent | e686269da34ed4208f4ed517c0587ab38e8eaf2c (diff) | |
download | podman-3b02a131cd354be3dee7b99c61885d929396f3dc.tar.gz podman-3b02a131cd354be3dee7b99c61885d929396f3dc.tar.bz2 podman-3b02a131cd354be3dee7b99c61885d929396f3dc.zip |
Add Troubleshooting guide
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #793
Approved by: mheon
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -34,23 +34,26 @@ The plan is to use OCI projects and best of breed libraries for different aspect ## Podman Information for Developers -**[Installation notes](/install.md)** +**[Installation notes](install.md)** Information on how to install Podman in your environment. **[OCI Hooks Support](pkg/hooks/README.md)** Information on how Podman configures [OCI Hooks][spec-hooks] to run when launching a container. -**[Podman Commands](/commands.md)** +**[Podman API](API.md)** +Documentation on the Podman API using [Varlink](https://www.varlink.org/). + +**[Podman Commands](commands.md)** A list of the Podman commands with links to their man pages and in many cases videos showing the commands in use. -**[Podman Usage Transfer](/transfer.md)** +**[Podman Troubleshooting Guide](troubleshooting.md)** +A list of common issues and solutions for Podman. + +**[Podman Usage Transfer](transfer.md)** Useful information for ops and dev transfer as it relates to infrastructure that utilizes Podman. This page includes tables showing Docker commands and their Podman equivalent commands. -**[Podman API](/API.md)** -Documentation on the Podman API using [Varlink](https://www.varlink.org/). - **[Tutorials](docs/tutorials)** Tutorials on using Podman. |