moritzraho commented on issue #5108:
URL: https://github.com/apache/openwhisk/issues/5108#issuecomment-1280686159

   Another one for running the jar directly in WSL2:
   - install docker-ce inside WSL2: 
https://docs.docker.com/engine/install/ubuntu/
   - then `sudo service docker start`
   - Finally you will need the standalone controller to bind to localhost by 
adding the following options.
   ``` 
   java \
   -Dwhisk.standalone.host.name=localhost \
   -Dwhisk.standalone.host.internal=127.0.0.1 \
   -Dwhisk.standalone.host.external=localhost \
   -jar openwhisk-standalone.jar
   ```
   - From Windows browser access http://localhost:3232  for the playground UI 
or http://localhost:3233 for the controller


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to