According to Docker documentation, using Docker under WSL v2 should be fairly simple:
Once all this is done, I should be able to run docker
or docker-compose
commands from my Linux Terminal. But I'm not. I keep getting Command 'docker' not found, but can be installed with sudo apt install docker.io'
.
What am I doing wrong?
Type in the terminal:
sudo service docker start
sudo service --status-all | grep '+'