diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-10 11:37:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 11:37:33 -0400 |
commit | aadf96a742dc6bc8f65f79587642714a87342655 (patch) | |
tree | a67106a978215190b36b3866be17128cf09c84bb /README.md | |
parent | 3d33923374ee39977166d9fff3ee53c58d884bbe (diff) | |
parent | 98ae84cc9ea03a62a787fe3262495df69898c007 (diff) | |
download | podman-aadf96a742dc6bc8f65f79587642714a87342655.tar.gz podman-aadf96a742dc6bc8f65f79587642714a87342655.tar.bz2 podman-aadf96a742dc6bc8f65f79587642714a87342655.zip |
Merge pull request #7566 from ashley-cui/remotdocs
[CI:DOCS] Update remote tutorials
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -177,8 +177,8 @@ familiar container cli commands. For more details, see the [Container Tools Guide](https://github.com/containers/buildah/tree/master/docs/containertools). ## Podman Legacy API (Varlink) -Podman offers a Varlink-based API for remote management of containers. -However, this API has been deprecated by the REST API. +Podman offers a [Varlink-based API](https://github.com/containers/podman/blob/master/docs/tutorials/varlink_remote_client.md) +for remote management of containers. However, this API has been deprecated by the REST API. Varlink support is in maintenance mode, and will be removed in a future release. For more details, you can see [this blog](https://podman.io/blogs/2020/01/17/podman-new-api.html). |