diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-06 20:59:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 20:59:41 +0200 |
commit | 31e2b3501afc2596248b3204e5579804c4781a5d (patch) | |
tree | 3596ed8b395b3c43052544e64c7dd437daa39b0b /docs | |
parent | 1e006a58ccf62d9def0778af550c35f5acf504ae (diff) | |
parent | b928278e63999bac8fd4d64d3810305d44b818de (diff) | |
download | podman-31e2b3501afc2596248b3204e5579804c4781a5d.tar.gz podman-31e2b3501afc2596248b3204e5579804c4781a5d.tar.bz2 podman-31e2b3501afc2596248b3204e5579804c4781a5d.zip |
Merge pull request #10500 from gigatexal/expand-podman-remote-docs-add-key-help
[CI:DOCS] extend docs to include help for when pub/priv key is signing issue
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorials/remote_client.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/remote_client.md b/docs/tutorials/remote_client.md index e39d804a6..889947397 100644 --- a/docs/tutorials/remote_client.md +++ b/docs/tutorials/remote_client.md @@ -108,5 +108,9 @@ podman-remote system connection --help You can use the Podman remote clients to manage your containers running on a Linux server. The communication between client and server relies heavily on SSH connections and the use of SSH keys are encouraged. Once you have Podman installed on your remote client, you should set up a connection using `podman-remote system connection add` which will then be used by subsequent Podman commands. +# Troubleshooting + +See the [Troubleshooting](../../troubleshooting.md) document if you run into issues. + ## History Adapted from the [Mac and Windows tutorial](https://github.com/containers/podman/blob/master/docs/tutorials/mac_win_client.md) |