use pasta for podman networking
This commit is contained in:
parent
9f7e7acef8
commit
2ff171d0b8
|
|
@ -82,6 +82,7 @@ command to check who is banned:
|
|||
## Install Software
|
||||
|
||||
```bash
|
||||
# dnf install passt
|
||||
# dnf install git
|
||||
# dnf install podman
|
||||
# dnf install jq
|
||||
|
|
@ -262,7 +263,7 @@ IMPORTANT: we changed the startup Method to Quadlets, put into
|
|||
|
||||
See also https://www.redhat.com/sysadmin/quadlet-podman
|
||||
|
||||
Example of such a quadlet config:
|
||||
Example of such a quadlet config (Network=pasta is not to be used for Traefik):
|
||||
|
||||
[containers@onyx-dev ~]$ more ~containers/.config/containers/systemd/onyx-dev-mqtt.kube
|
||||
[Unit]
|
||||
|
|
@ -272,6 +273,7 @@ Before=local-fs.target
|
|||
[Kube]
|
||||
Yaml=/home/containers/onyx-dev_pods/mqtt/mqtt.yaml
|
||||
LogDriver=journald
|
||||
Network=pasta
|
||||
|
||||
[Install]
|
||||
# Start by default on boot
|
||||
|
|
|
|||
Loading…
Reference in New Issue