But you might want to give [dockur/windows](https://github.com/dockur/windows) a try instead, as it includes all the drivers required during installation and many other features.
* ### How do I verify if my system supports KVM?
To verify if your system supports KVM, run the following commands:
But you might want to give [dockur/windows](https://github.com/dockur/windows) a try instead, as it includes all the drivers required during installation amongst many other features.
```bash
sudo apt install cpu-checker
sudo kvm-ok
```
* ### How do I boot a ARM-based image?
If you receive an error from `kvm-ok` indicating that KVM acceleration can't be used, check the virtualization settings in the BIOS.
You can use [qemu-arm](https://github.com/qemus/qemu-arm/) to run ARM64 images.
* ### How do I assign an individual IP address to the container?