Answers for "docker command not available in ubuntu wsl 2"

1

The command 'docker' could not be found in this WSL 1 distro

#Check and switch to your wsl process with following:
wsl --list --verbose
wsl --set-version <your proc> 2
Posted by: Guest on March-28-2021
0

The command 'docker' could not be found in this WSL 1 distro. We recommend to convert this distro to WSL 2 and activate the WSL integration in Docker Desktop settings.

wsl --set-version <your proc> 2
Posted by: Guest on March-28-2021

Code answers related to "docker command not available in ubuntu wsl 2"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language