fix: Disable kernel networking in bridge mode (#656)

This commit is contained in:
Kroese
2024-03-12 01:50:43 +01:00
committed by GitHub
parent fabb8ea3b7
commit 1c8cad92f8
6 changed files with 36 additions and 15 deletions

View File

@@ -194,6 +194,8 @@ docker run -it --rm --name dsm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMI
```yaml
environment:
DHCP: "Y"
devices:
- /dev/vhost-net
device_cgroup_rules:
- 'c *:* rwm'
```