Solution for Windows: vm.max_map_count=262144 (Docker compose)
vasyaShum opened this issue · 1 comments
vasyaShum commented
Solution for Windows:
I've been stuck with this problem for days, the solution is to run the following commands in cmd.exe (try Powershell or Bash if cmd doesn't work)
wsl -d docker-desktopsysctl -w vm.max_map_count=262144
jshum2479 commented
I don't understand the problem. Is this a problem running docker desktop in windows? This project is for weblogic kubernetes operator and is not related to docker desktop.