sergekatzmann / openvas8-complete

Docker container for OpenVAS8
MIT License
12 stars 3 forks source link

how to modify the ip address arachni listen to #1

Closed tuhaolam closed 7 years ago

tuhaolam commented 7 years ago

as your readme shows, the arachni listen to 'docker_host_ip:9292', but i test severval times, it listen to localhost:9292, how can i modify it? Thank you so much.

sergekatzmann commented 7 years ago

It seems that docker updates changed the way the network binding is handled. I saw a lot of different problems in this area in the last time.

Try to start the container with: docker run --rm=true --net=host -p 9292:9292 sergekatzmann/openvas8-complete /opt/arachni/bin/arachni_web