Skip to content

Commit

Permalink
installation.md: slirp4netns on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm5 committed Mar 7, 2025
1 parent 245e744 commit c9b5554
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ To run `podman machine ...` commands
sudo dnf -y install podman-machine
```

slirp4netns is no longer the default for rootless networking on new podman installations, obsoleted in favor
of [passt](https://passt.top/passt/about/). If you have containers using slirp4netns, make sure slirp4netns is
installed:

```bash
sudo dnf -y install slirp4netns
```

#### [Fedora CoreOS](https://coreos.fedoraproject.org), [Fedora Silverblue](https://silverblue.fedoraproject.org)

Built-in, no need to install
Expand Down

0 comments on commit c9b5554

Please sign in to comment.