Malware analysis lab with Docker

Hello community,

I recently discovered Docker and it’s potential, as a newbie i have multiple questions.
Does someone already experienced or built a malware analysis lab based on Docker, for example creating trashable analysis VMs or labs created with Docker ?

Thank you,

Regards,

Jojo

Docker uses the host kernel, and the kernel has definitely had its share of vulnerabilities. It definitely is not sufficient encapsulation for running untrusted and expected-to-be-malicious code; you will probably compromise your host.