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

expose daemon on tcp://192.168.99.100:2376 without TLS in docker toolbox for windows WSL #894

@jeethesh-kotian

Description

@jeethesh-kotian

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:
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions