I'm using Docker For Windows which runs on the Hyper-V.
Every time I open a new CMD, I must run "docker-machine env" command and define variables for shell
This is the command response :
REM Run this command to configure your shell:
REM @FOR /f "tokens=*" %i IN ('docker-machine env') DO @%i
Is there a shortcut for opening CMD executing this command?