Currently, I have:
- a desktop with low system specs, Windows 7 Pro (without Admin Rights), without docker.
- a Virtual Machine with Centos7, and docker installed.
On my desktop, I can either use:
- my local installation of VSCode, and Remote - SSH to develop remotely on my VM. It works well, but I can't combine this with Remote - Containers.
- X11Forwarding to develop directly with VSCode installed on this VM. I can use Remote - Containers, but X11 is very slow.
Is there a way, with local VSCode, to develop in a remote container, without local installation of docker (obviously with docker installed on the host)?