I am using docker run command’s --add-host option to add host to windows host file but it is not adding the entry. This works fine in linux container so was wondering if this option is available in windows container or not. My command line is as follows:
docker run -it --add-host=TestVM:172.12.23.40 windowscore