Hey, I have been facing this problem for days and I haven’t solve it yet. This is the error message:
vulnerability-tests-1 | changed user permissions to 1001
vulnerability-tests-1 | changed group permissions to 1001
vulnerability-tests-1 | files copied.
vulnerability-tests-1 exited with code 0
Gracefully stopping… (press Ctrl+C again to force)
[+] Stopping 0/0
Error response from daemon: Ports are not available: exposing port TCP 127.0.0.1:9392 → 0.0.0.0:0: listen tcp 127.0.0.1:9392: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
Any response/solution for this problem would be so helpful and appreciated, because this is also the part of my college task, I may need your solution asap guys. Thanks in advance!
Hello, thanks for the answer, I have followed the Greenbone Community Container installation guide and it’s still not working.
vulnerability-tests-1 | changed user permissions to 1001
vulnerability-tests-1 | changed group permissions to 1001
vulnerability-tests-1 | files copied.
vulnerability-tests-1 exited with code 0
Gracefully stopping… (press Ctrl+C again to force)
Error response from daemon: Ports are not available: exposing port TCP 127.0.0.1:9392 → 0.0.0.0:0: listen tcp 127.0.0.1:9392: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
Yes, it’s still on the same error, maybe anything else that I can do, or maybe I should do dual boot on my pc?
Seems you have some permission issue when binding the port to the localhost IP. Just my guess here, but did you complete this to allow your user to run docker commands?
sudo usermod -aG docker $USER && su $USER
Otherwise, is there something already running on 127.0.0.0:9392?