WaterNet icon indicating copy to clipboard operation
WaterNet copied to clipboard

Error in windows 10 - The term 'waterNet' is not recognized as the name of a cmdlet

Open ddurgaprasad opened this issue 8 years ago • 1 comments

Hello , I have isntalled Docker and ran below command successfully

PS C:\SAI\WaterNet-master> docker build -t water_net .

The below command immediately after this is resulting in errors

PS C:\SAI\WaterNet-master> waterNet -h

waterNet : The term 'waterNet' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ waterNet -h
+ ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (waterNet:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

ddurgaprasad avatar May 25 '17 03:05 ddurgaprasad

Did you run the "waterNet -h" command inside the Docker container?

treigerm avatar Jun 03 '17 15:06 treigerm