This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Description
Hi All,
Background:
I am using windows 10 Home basic OS, so I need to install Docker Toolbox to use docker in my system.
I have a running docker client in my system and everything is working fine.
I now need to be able to use docker in my Window's WSL ubuntu instance.
Problem Statement:
As per my research, I have exported below in .bashrc on my WSL
export DOCKER_HOST=tcp://192.168.99.100:2376
But still, I am getting the below error when using docker:
root@LAPTOP-F9O4PA9U:~# docker version
Client: Docker Engine - Community
Version: 19.03.11
API version: 1.40
Go version: go1.13.10
Git commit: 42e35e61f3
Built: Mon Jun 1 09:12:34 2020
OS/Arch: linux/amd64
Experimental: false
Error response from daemon: Client sent an HTTP request to an HTTPS server.
More Details about my setup:

I am not getting any document that helps me to expose tcp://192.168.99.100:2376 on Docker toolbox as we have for docker desktop. So please suggest me with some solution.
Thanks,
Jeethesh