1. Install Virtualbox in the Hostmachine
2. Download the "linux" binary from the URL
Rename the linux named binary as machine & chmod u+x machine
3. Create a virtualbox VM from the command
./machine create -d virtualbox dev
4.start the Virtualbox and observe the newly created vm in the virtualbox list.
5. Power on the created VM
6. Once the created VM is up, play with the docker commands
docker run busybox echo helloworld