I'm using Docker For Windows ( not Dokcer toolbox ) and it is running with HyperV.
So, every time I open a new CMD, I need to run "docker-machine env" and define variables for shell following the command response :
REM Run this command to configure your shell:
REM @FOR /f "tokens=*" %i IN ('docker-machine env') DO @%i
Could i create a shortcut for open CMD executing this commands.
Obs. I wouldn´t like to install a plugin or app for better command shell..
If anybody has a suggestions, Thanks! :)