ติดตั้ง docker on WSL
Follow all these steps for in stall docker on WSL
Update your system
Install necessary package using with docker
Add Docker's official GPG key
Install docker
Check docker version
Test docker
If it does not work please add package group to your user
Add package group to user
Test docker on user
If you have error like this
You need to follow these commands
Test docker run again
If you have an error: Cannot connect to the docker daemon, you can follow these commands to fix this problem
Open and test docker again
Open docker
Test docker
Show both run and stop container
Check images
Reference:
Last updated