wallarm / gotestwaf

An open-source project in Golang to asess different API Security tools and WAF for detection logic and bypasses
https://lab.wallarm.com/test-your-waf-before-hackers/
MIT License
1.55k stars 212 forks source link

Command failed Docker #120

Closed lordraiden closed 2 years ago

lordraiden commented 2 years ago

Any idea why this fails? what am I doing wrong?

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='GoTestWAF' --net='host' --cpuset-cpus='8,9,10,11,20,21,22,23' -e TZ="Europe/Paris" -e HOST_OS="Unraid" -v '/mnt/user/Docker/GoTestWAF':'/app/reports':'rw' --url=https://www.myurl.com/ --verbose 'wallarm/gotestwaf'

unknown flag: --url See 'docker run --help'.

The command failed.