-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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:
- Install docker on WSL
- Check it with
sudo docker run hello-world
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels