Skip to content

Commit 940aca0

Browse files
committed
README: mention podman machine first
The issue of podman machine on Linux keeps on popping up, so mention it first. Signed-off-by: Valentin Rothberg <[email protected]>
1 parent ec2a592 commit 940aca0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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+
1420
The 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.
8789
First, enable the COPR repository:
8890

8991
```

0 commit comments

Comments
 (0)