Skip to content

Commit

Permalink
Podman on linux doc: prefix the remote socket path with unix://
Browse files Browse the repository at this point in the history
(cherry picked from commit 0b776ea)
  • Loading branch information
ozangunalp authored and gsmet committed Jun 4, 2024
1 parent c1f23b5 commit 47a25a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/podman.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ With the above rootless setup on Linux, you will need to configure clients, such

[source,bash]
----
export DOCKER_HOST=$(podman info --format '{{.Host.RemoteSocket.Path}}')
export DOCKER_HOST=unix://$(podman info --format '{{.Host.RemoteSocket.Path}}')
----

== Other Linux settings
Expand Down

0 comments on commit 47a25a3

Please sign in to comment.