Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker command not available in ubuntu wsl

# before doing this, try wsl --terminate <UBUNTU> or the problem WSL instance, 
# uncheck/recheck the WSL integration box for <UBUNTU> then click Restart on the dialog box that pops up to restart the Integration.
# if that fails, do below:
# kill all docker desktop processes.
wsl -t docker-desktop
wsl --shutdown  # may need to kill all running WSL instances too
wsl --unregister docker-desktop
Stop-Service -Name "com.docker.service"
# then restart docker desktop
Comment

PREVIOUS NEXT
Code Example
Shell :: for loop change increment matlab 
Shell :: git cheatsheet 
Shell :: openssl p12 to pem 
Shell :: check network interface linux 
Shell :: how to find empty folders linux 
Shell :: git push existing repository 
Shell :: linux show uid 
Shell :: remove user linux 
Shell :: git clone different name 
Shell :: failed to open stream: Permission denied in path on mac 
Shell :: ubuntu vim-plug install 
Shell :: docker compose install debian 
Shell :: how to push folder into private repo github 
Shell :: bash uppercase bad substitution 
Shell :: get wsl version 
Shell :: how to make folder in ubuntu 
Shell :: linux restart sendmail 
Shell :: heroku rebuild without push 
Shell :: how to see how big a file is ubuntu terminal 
Shell :: create user kali linux 
Shell :: create repository and push to git using command in vs code 
Shell :: linux bash how to clear log files debian ubuntu centos 
Shell :: install flask auto reload 
Shell :: linux get user uid 
Shell :: create symbolic link linux 
Shell :: kill a process at a port 
Shell :: how to create a group in linux 
Shell :: linux change username 
Shell :: sudo tee trick 
Shell :: shell function example 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =