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:
5B96790E3664F40075A67E6ADF737EDB15B4408DBC91A81228B31537B0CE3E26 2024-10-14 22:15:11 -04:00 committed by GitHub
parent 2dcdc15c54
commit 6e7d894765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ services:
hat:
image: ghcr.io/nsacyber/hirs/hat
container_name: hat
privileged: true
ports:
- 53:53/tcp
- 53:53/udp