I tried using a sudo command in terminal, but it gave me this.
sudo : The term ‘sudo’ 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
- sudo sysctl -w vm.max_map_count=262144
-
+ CategoryInfo : ObjectNotFound: (sudo:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Can someone please find a fix to this? I’m completely new to this and I’m only using docker to install someone else’s project. I appreciate your help.