- Make sure Virtualization is Enabled in BIOS
- Install Docker Toolbox on Windows from this link
docker run --name carnd -it -p 4567:4567 -v /c/Users/Test/project:/work udacity/controls_kit:latest--name: Gives a name for easier reference in future-it: Interactive-p: Port Forward-v: Mount volume from host inside the container
docker imagesdocker start carnd
docker attach carnd