diff options
author | Radostin Stoyanov <rstoyanov@fedoraproject.org> | 2020-12-25 17:10:13 +0000 |
---|---|---|
committer | Radostin Stoyanov <rstoyanov@fedoraproject.org> | 2020-12-25 17:10:19 +0000 |
commit | 7b3ad6d8929a2b88cafbd3adf3ac9ad1ac3214a3 (patch) | |
tree | faddf4987edc7a32991518e51267612c9bfc7f67 /README.md | |
parent | 8f75ed958562f4deb47799259e22d4f195e0d426 (diff) | |
download | podman-7b3ad6d8929a2b88cafbd3adf3ac9ad1ac3214a3.tar.gz podman-7b3ad6d8929a2b88cafbd3adf3ac9ad1ac3214a3.tar.bz2 podman-7b3ad6d8929a2b88cafbd3adf3ac9ad1ac3214a3.zip |
readme: Remove broken link
The file `varlink_remote_client.md` has been removed in commit:
f62a356515e387b0bbcf1f08b4831d139c2039b7
Remove varlink support from Podman
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -177,9 +177,8 @@ familiar container cli commands. For more details, see the [Container Tools Guide](https://github.com/containers/buildah/tree/master/docs/containertools). ## Podman Former API (Varlink) -Podman formerly offered 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 was replaced by the REST API. -Varlink support has been removed as of the 3.0 release. +Podman formerly offered a Varlink-based API for remote management of containers. However, this API +was replaced by the REST API. Varlink support has been removed as of the 3.0 release. For more details, you can see [this blog](https://podman.io/blogs/2020/01/17/podman-new-api.html). ## Static Binary Builds |