Skip to content

Commit

Permalink
remove a forward slash in ENV var ARO_PODMAN_SOCKET (#3598)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Chen <[email protected]>
  • Loading branch information
josephc426 and Joe Chen authored Jun 4, 2024
1 parent 019b6eb commit 22e4a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prepare-your-dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This document goes through the development dependencies one requires in order to
If you're using podman-machine, you will need to export the socket, for example::

```bash
export ARO_PODMAN_SOCKET=unix:///$HOME/.local/share/containers/podman/machine/qemu/podman.sock
export ARO_PODMAN_SOCKET=unix://$HOME/.local/share/containers/podman/machine/qemu/podman.sock
```
You will also need to ensure that podman machine has enough resources::
Expand Down

0 comments on commit 22e4a1a

Please sign in to comment.