diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-16 17:12:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 17:12:47 +0200 |
commit | 66b6697d0ebc94d02b71abc0aecd9095de555ec8 (patch) | |
tree | 82cdee746c675dbaf9eef4ece3f88d2e579df766 /docs/source/markdown/podman-remote.1.md | |
parent | 0968f25988624699f2db559f0a984cf84c8a284f (diff) | |
parent | 2e22e18afbaba175a0328b0d70ca4d6bb15c441e (diff) | |
download | podman-66b6697d0ebc94d02b71abc0aecd9095de555ec8.tar.gz podman-66b6697d0ebc94d02b71abc0aecd9095de555ec8.tar.bz2 podman-66b6697d0ebc94d02b71abc0aecd9095de555ec8.zip |
Merge pull request #6610 from jwhonce/wip/varlink
Add deprecated message to varlink command
Diffstat (limited to 'docs/source/markdown/podman-remote.1.md')
-rw-r--r-- | docs/source/markdown/podman-remote.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-remote.1.md b/docs/source/markdown/podman-remote.1.md index a7297f3f2..455631a6e 100644 --- a/docs/source/markdown/podman-remote.1.md +++ b/docs/source/markdown/podman-remote.1.md @@ -17,7 +17,7 @@ Podman uses Buildah(1) internally to create container images. Both tools share i (not container) storage, hence each can use or manipulate images (but not containers) created by the other. -Podman-remote provides a local client interacting with a Podman backend node through a varlink ssh connection. In this context, a Podman node is a Linux system with Podman installed on it and the varlink service activated. Credentials for this session can be passed in using flags, environment variables, or in `podman-remote.conf` +Podman-remote provides a local client interacting with a Podman backend node through a RESTful API tunneled through a ssh connection. In this context, a Podman node is a Linux system with Podman installed on it and the API service activated. Credentials for this session can be passed in using flags, environment variables, or in `podman-remote.conf` **podman [GLOBAL OPTIONS]** |