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
ozangunalp committed May 21, 2024
1 parent 8285e22 commit 0b776ea
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
@@ -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

0 comments on commit 0b776ea

Please sign in to comment.