ravinet / mahimahi

Web performance measurement toolkit
GNU General Public License v3.0
241 stars 129 forks source link

Can't work in a docker container. #153

Closed yhcchaos closed 2 years ago

yhcchaos commented 2 years ago

Hello! An error exists when I run mm-delay in a docker container.Below is the ouput of ubuntu18.04.

Died on unix_error: ioctl delay-19918: Operation not permitted.

Thanks very much if you can help me with this problem.

keithw commented 2 years ago

I understand people have been able to get this to work; you'll have to configure Docker to allow the creation of network namespaces and network devices inside the container.

yhcchaos commented 2 years ago

ok, thanks.