How to run Kali Linux in Docker on Windows 10

How to run Kali Linux in Docker on Windows 10 A lot of people use Linux, a lot of people use Windows, a lot of people come in the over lap and use both Linux and Windows on the same machine. Until now, the ways to do this , was either by using a virtual machine or dual booting the two OS on the machine. Both these methods have their pros and cons. However, with Windows 10, Microsoft has introduced a third method for running multiples OS by using containers and in this article, we’ll go through the steps required to achieve this. Step 1 : First thing that you need to do, is enable containers. For this, open the Run dialog box by hitting the Windows key+R , type " optionalfeatures " and hit enter. Step 2 : In the dialog box that appears, make sure the Containers option is checked. Step 3 : Once done, you will need to install the docker. Install the stable channel Windows MSI. Step 4 : Once the installation completes, yo...