commandeer / open

Commandeer is a tool built by developers for developers that solves three things in the cloud. First, we are focused on the deployment of your IAC. Secondly, we enable you to 'Test your Plumbing'. Lastly, Commandeer provides you the ability to easily view your data.
https://getcommandeer.com
MIT License
141 stars 26 forks source link

Could not connect localstack served in windows wsl. #234

Open liudonghua123 opened 2 years ago

liudonghua123 commented 2 years ago

I have started localstack on ubuntu 22.04 wsl2 on windows. And I verified the service.

liudonghua@DESKTOP-DELL:~$ netstat -nap|grep 4566
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 127.0.0.1:4566          0.0.0.0:*               LISTEN      -
liudonghua@DESKTOP-DELL:~$

But when I try to use commandeer to connect it. It seems commandeer does not discovery it.

image