Skip to content

Commit

Permalink
Merge pull request #40753 from ozangunalp/podman_linux_doc
Browse files Browse the repository at this point in the history
Podman on linux doc: prefix the remote socket path with unix://
  • Loading branch information
gastaldi authored May 22, 2024
2 parents 2cb8599 + 0b776ea commit 7fafd32
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 7fafd32

Please sign in to comment.