diff options
| author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-17 12:45:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-17 12:45:18 +0100 |
| commit | ea2656dc8658f99a0e9be2342557763e974513b9 (patch) | |
| tree | 83b0975de8ea43179521cc7b119631af4106c96a /docs/tutorials/remote_client.md | |
| parent | 08c288e96b9e2e81c0e030f51adcd9e48bab757b (diff) | |
| parent | d6e55577cf1444585288a8c63c9c04a2a9a9f288 (diff) | |
| download | podman-ea2656dc8658f99a0e9be2342557763e974513b9.tar.gz podman-ea2656dc8658f99a0e9be2342557763e974513b9.tar.bz2 podman-ea2656dc8658f99a0e9be2342557763e974513b9.zip | |
Merge pull request #12880 from eriksjolund/replace_master_branch_links_with_main_branch_links_in_docs
[CI:DOCS] fix default branch links
Diffstat (limited to 'docs/tutorials/remote_client.md')
| -rw-r--r-- | docs/tutorials/remote_client.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/remote_client.md b/docs/tutorials/remote_client.md index 0370b0329..ef7160f6c 100644 --- a/docs/tutorials/remote_client.md +++ b/docs/tutorials/remote_client.md @@ -5,7 +5,7 @@ The purpose of the Podman remote-client is to allow users to interact with a Pod The remote client takes advantage of a client-server model. You need Podman installed on a Linux machine or VM that also has the SSH daemon running. On the local operating system, when you execute a Podman command, Podman connects to the server via SSH. It then connects to the Podman service by using systemd socket activation, and hitting our [Rest API](https://docs.podman.io/en/latest/_static/api.html). The Podman commands are executed on the server. From the client's point of view, it seems like Podman runs locally. -This tutorial is for running Podman remotely on Linux. If you are using a Mac or a Windows PC, please follow the [Mac and Windows tutorial](https://github.com/containers/podman/blob/master/docs/tutorials/mac_win_client.md) +This tutorial is for running Podman remotely on Linux. If you are using a Mac or a Windows PC, please follow the [Mac and Windows tutorial](https://github.com/containers/podman/blob/main/docs/tutorials/mac_win_client.md) ## Obtaining and installing Podman @@ -113,4 +113,4 @@ You can use the Podman remote clients to manage your containers running on a Lin 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) +Adapted from the [Mac and Windows tutorial](https://github.com/containers/podman/blob/main/docs/tutorials/mac_win_client.md) |
