1

I have troubles running docker and daemon on ubuntu linux cli installed on windows 10, tried to solve all possible mistakes but no result. Windows is a bullshit, Ubuntu linux cli for windows is not fully fledged.

Comments
  • 5
    Docker was never supported in WSL.
  • 1
    @bkwilliams But firstly i thought that it would work on ubuntu terminal installed on base windows but it didn't worked then i installed docker on linux distro and it worked.
  • 6
    WSL is not a linux replacement by any means, yes it can "run" Ubuntu but its crippled.

    Docker doesn't run on windows without disabling hypervision either.

    WSL2 on the other hand should be a lot more supportive.

    Just boot up a Virtual Machine and live a happier life.
  • 1
    @C0D4 Ya, i booted up Arch linux in virtual box.
  • 2
    When using Windows I run docker hub natively and set up the daemon in WSL to connect to it. It's definitely a bit of a fuss but it does its job.
  • 1
    @ltlian you run docker hub on your windows machine? interesting...

    @Jay-Kadam you can't setup docker on wsl - because there is no actual linux kernel there, and docker needs that.
    two options: VM, or setup docker for windows, and point the docker socket to that on your wsl ubuntu install like @ltlian did.
  • 1
    @Jay-Kadam
    and for reference - docker on windows run in a hyper-v based vm, called moby on windows anyways....
  • 0
Add Comment