update rootless networking
remove selinux section
This commit is contained in:
parent
c491061282
commit
9325328bd8
1 changed files with 2 additions and 17 deletions
19
ubuntu.md
19
ubuntu.md
|
@ -68,10 +68,8 @@ systemctl enable --now podman
|
|||
> As of Podman 5.0 Pasta is the default rootless networking tool.
|
||||
>
|
||||
> Podman 5.0 is available in standard Ubuntu repo since 24.10.
|
||||
|
||||
```bash
|
||||
sudo apt install passt
|
||||
```
|
||||
>
|
||||
> Both are installed with podman see [rootless networking for configuration](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md#networking-configuration)
|
||||
|
||||
## Allow rootless binding port 80+
|
||||
|
||||
|
@ -143,16 +141,3 @@ podman system migrate
|
|||
systemctl --user enable --now podman-auto-update
|
||||
exit
|
||||
```
|
||||
|
||||
> [!WARNING]
|
||||
> I disabled SELinux to not deal with this for every container.
|
||||
> /etc/selinux/config -> `SELINUX=disabled`
|
||||
|
||||
> [!NOTE]
|
||||
> Set up the correct policies permanently instead of disabling SELinux
|
||||
|
||||
Temporarily set SELinux policy to allow containers to use devices.
|
||||
|
||||
```bash
|
||||
setsebool -P container_use_devices 1
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue