Hi all,

I am trying to get Kali to run as a Docker container on a Raspberry Pi 4. I am using the kalilinux/kali-rolling:armhf image. It runs fine, except I have no network tools (ip, ifconfig,...) running "apt" stays at 0%, most likely because I have no network.
"hostname -i" does return a "172.17.0.2" address.

Anyone an idea on how to get things rolling?

Also, is a desktop possible in the Docker container for arm processors?

Cheers!

BC