Skip to content

Commit

Permalink
Clarify CONTAINER_CONNECTION in HACKING.md
Browse files Browse the repository at this point in the history
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 (#611).
  • Loading branch information
omertuc committed Jun 19, 2024
1 parent 1bb28d5 commit 4dc6e00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ accepted!
While this isn't specific to bootc, you will find the experience of working on Rust
is greatly aided with use of e.g. [rust-analyzer](https://github.com/rust-lang/rust-analyzer/).
- An installation of [podman-bootc](https://github.com/containers/podman-bootc-cli)
which note on Linux requires that you set up "podman machine".
which note on Linux requires that you set up "podman machine". This document
assumes you have the environment variable `CONTAINER_CONNECTION` set to your
podman machine's name.

## Ensure you're familiar with a bootc system

Expand Down

0 comments on commit 4dc6e00

Please sign in to comment.