Skip to content

Running WSL Ubuntu 24.04 LTS on Windows #6

@zgrguric

Description

@zgrguric

For interested parties:

If you have docker installed on Windows and need to use Docker installed in WSL, which docker (see here) might return path to Docker installed in actual Windows machine (outside WSL), in this case:

If you have problems with starting docker on WSL (niche env.) you might missing some dependencies (check docker log anyway), run this:

sudo apt-get install bridge-utils
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy

Start stop status docker (no systemctl):

sudo service docker start
sudo service docker stop
sudo service docker status

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