getanteon / anteon

Anteon (formerly Ddosify) - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud
https://getanteon.com
GNU Affero General Public License v3.0
8.39k stars 379 forks source link

Can't use it for localhost #74

Closed Zerotask closed 2 years ago

Zerotask commented 2 years ago

I recently installed Ddosify as an extension for Docker Desktop (windows) and tried it with localhost. I have a container up and running which can be accessed via port 80 and I can open it in the browser via http://localhost

When I do a load test, every single request fails: image image

Maybe I'm using it wrong, but I thought as a docker extension this is something I can use to test my local containers

fatihbaltaci commented 2 years ago

Hi @Zerotask, thanks for this issue. We changed the docker network type to host after this issue.

We released an update for Ddosify Docker Extension with 0.1.0 version. It may take a while for Docker Desktop to fetch the update. Your problem will be solved with the new update.

Thanks.

fatihbaltaci commented 2 years ago

Hi @Zerotask, you can see the update in the Docker Desktop, if you face this problem again, please let me know.

Zerotask commented 2 years ago

I just updated the docker extension and it's working now. Thanks!