mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 12:46:30 +00:00
compose-acceptance-test-linux: docker macvlan requires privileged mode
The macvlan network plugin for docker on linux requires privileged mode to work properly.
This commit is contained in:
parent
2dcdc15c54
commit
6e7d894765
@ -12,6 +12,7 @@ services:
|
||||
hat:
|
||||
image: ghcr.io/nsacyber/hirs/hat
|
||||
container_name: hat
|
||||
privileged: true
|
||||
ports:
|
||||
- 53:53/tcp
|
||||
- 53:53/udp
|
||||
|
Loading…
Reference in New Issue
Block a user