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.
11
11
12
12
## Running
13
13
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
+
14
20
The core command right now is:
15
21
16
22
``` shell
@@ -79,11 +85,7 @@ or by other mean and make it available in the path.
79
85
80
86
### Fedora
81
87
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.
87
89
First, enable the COPR repository:
88
90
89
91
```
You can’t perform that action at this time.
0 commit comments