diff options
author | baude <bbaude@redhat.com> | 2018-05-19 10:00:52 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-05-19 10:00:52 -0500 |
commit | 3f6a739ede65196a0098acba520cd30b9b036126 (patch) | |
tree | 68e4daea2b24faa16e9d5c7eb4f9ded5403a262a /docs | |
parent | 9d7c50aa030ee70d507c414bb02f0add8ffa2835 (diff) | |
download | podman-3f6a739ede65196a0098acba520cd30b9b036126.tar.gz podman-3f6a739ede65196a0098acba520cd30b9b036126.tar.bz2 podman-3f6a739ede65196a0098acba520cd30b9b036126.zip |
finish changing the path for varlink
cleanup the last references to /run/io.projectatomic... and make sure
/run/podman/projectatomic... is used.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-varlink.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-varlink.1.md b/docs/podman-varlink.1.md index 68a0f08a2..9d4e0947b 100644 --- a/docs/podman-varlink.1.md +++ b/docs/podman-varlink.1.md @@ -25,7 +25,7 @@ More will go here as the docs and api firm up. ## EXAMPLES - podman varlink unix:/run/io.projectatomic.podman + podman varlink unix:/run/podman/io.projectatomic.podman <!-- TODO: More examples with TCP can be added when that works as well. |