Installing Docker on Windows 10 Home

please read till the end
I was able to install Dockers in windos 10 home edition by enabling virtualization from BIOS and the Docker is working fine.
Steps for installing

  1. enable virtualization from BIOS
  2. install Docker Toolbox
  3. use the Oracle virtualbox to create a virtual Linux image (used Ubuntu 18.X version)
  4. install Docker on the linux image and work out of it

followed this

Post the installation realized the easier thing would have been

  1. create a bootable Ubnuntu on a thumb drive
  2. enable dual booting from bios
  3. install docker on Ubuntu

this is more clean and easy to do i think, please let me know your views.