Enabling virtualization in Docker Container

I wanted to create a VM inside the docker

hence would like to know, how to enable virtualization in docker

so that i can create a vm inside the docker container.

What problem are you trying to solve by doing this? Is it so that you can run a non-linux OS inside a container?