I'm trying to deploy an application using docker-compose through Docker Context. I'm using this guide: https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/
The problem comes when I try to create a context. e.g.: docker context create test --docker "host=ssh://user@remotehost"
I get this:
"docker context create" requires exactly 1 argument. See 'docker context create --help'.
This only happens on Windows WSL, on Linux it works flawlessly.
I'm using docker 19.03.8 with Experimental Features enabled.