File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ in alignment with the <https://github.com/containers/bootc> project.
1111
1212## Running
1313
14+ First and foremost, ` podman-bootc ` requires a * rootful* Podman Machine to be
15+ running, which is the default on MacOS and Windows. On Linux, make sure to
16+ create a Podman Machine via ` podman machine init --rootful --now ` which implies
17+ that you need to run podman with ` --remote ` command to make built images
18+ available to ` podman-bootc ` .
19+
1420The core command right now is:
1521
1622``` shell
@@ -79,11 +85,7 @@ or by other mean and make it available in the path.
7985
8086### Fedora
8187
82- You first must have ` podman-machine ` installed.
83- It is required to have a * rootful* podman machine setup
84- via e.g. ` podman machine init --rootful --now ` .
85-
86- For Fedora 40 and Rawhide we provide a COPR repository.
88+ For Fedora 40+ and Rawhide we provide a COPR repository.
8789First, enable the COPR repository:
8890
8991```
You can’t perform that action at this time.
0 commit comments