Unable to run the docker toolbox

I have successfully downloaded the docker and its running fine,I have installed the tool box ,but when i run docker quick start terminal its giving me the following error

Running pre-create checks…
Error with pre-create check: "This computer is running Hyper-V. VirtualBox won’t boot a 64bits VM when Hyper-V is activated. Either use Hyper-V as a driver, or disable the Hyper-V hypervisor. (To skip this check, use --virtualbox-no-vtx-check)"
Looks like something went wrong in step ´Checking if machine default exists´… Press any key to continue…

Could you please help me out,m new to docker
im running on windows 10 64

Hi, Check this: Overview of Docker Desktop | Docker Docs

Legacy desktop solution. Docker Toolbox is for older Mac and Windows systems that do not meet the requirements of Docker for Mac and Docker for Windows. We recommend updating to the newer applications, if possible.

The exact problem here is, that you can’t run VirtualBox on a Hyper-V enabled system. Hyper-V is a tier-1 hypervisor, which doesn’t accept other hypervisors. see: https://en.wikipedia.org/wiki/Hypervisor#Classification