Edge Agent on Windows

I want to configure edge gateway in Windows. I know how to do in Linux. Once I have Docker running with the agent, I don’t know how to configure. Your online instructions are only for command line Linux. Thanks.

Docker for Windows now uses the WSL backend by default. WSL is essentially Linux running on your Windows computer without a VM. This is Microsoft’s recommended way to run Docker on Windows.

Once WSL and Docker for Desktop are installed, you can access a full Ubuntu terminal and use almost all normal Linux and Docker commands. With this setup, you can then use our Linux instructions to configure the Gateway Edge Agent.

Brandon, thanks for the quick response. I understand this is the recommended way. I was just hoping for a less “command line” approach. One can dream…