You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run something like this: podman docker run -t ullaakut/cameradar -t 8.8.8.8
I get this error:
Loading credentials...ok
Loading routes...ok
Scanning the network...ko
> [Nmap Warning] Couldn't open a raw socket. Error: Operation not permitted (1)
✖ error while scanning network: Couldn't open a raw socket. Error: Operation not permitted (1)
The text was updated successfully, but these errors were encountered:
Hi, this looks like an error in your Docker configuration, either because of your OS or because of how the Docker capabilities are configured. A google search with the terms "Docker Couldn't open a raw socket. Error: Operation not permitted" seems to give relevant clues as to what the issue is. Let me know if you find a solution for your problem
I moved to podman from docker.
When I run something like this:
podman docker run -t ullaakut/cameradar -t 8.8.8.8
I get this error:
The text was updated successfully, but these errors were encountered: