Hello,

I've created the Docker image linux/kali and tought maybe the Kali community would be interested in this. So if you want to run Kali within a Docker container on any Linux distribution all you should need to do is
Code:
docker run -t -i linux/kali /bin/bash
If you'd rather build your own base image you've got the buildscript on GitHub you can use as an example.