Skip to content

Commit 4c034e6

Browse files
committed
HACKING.md: Clarify CONTAINER_CONNECTION
This commit adds a note to `HACKING.md` to clarify that the environment variable `CONTAINER_CONNECTION` should be set to the name of the podman machine. As an inexperienced user of podman-machine, this detail was not obvious to me (bootc-dev#611). Signed-off-by: Omer Tuchfeld <[email protected]>
1 parent 1bb28d5 commit 4c034e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

HACKING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ accepted!
2727
While this isn't specific to bootc, you will find the experience of working on Rust
2828
is greatly aided with use of e.g. [rust-analyzer](https://github.com/rust-lang/rust-analyzer/).
2929
- An installation of [podman-bootc](https://github.com/containers/podman-bootc-cli)
30-
which note on Linux requires that you set up "podman machine".
30+
which note on Linux requires that you set up "podman machine". This document
31+
assumes you have the environment variable `CONTAINER_CONNECTION` set to your
32+
podman machine's name.
3133

3234
## Ensure you're familiar with a bootc system
3335

0 commit comments

Comments
 (0)