Startup is intentionally being slowed down to show this message host="tcp://169.254.255.121:2375" WARN Binding to an IP address without -tlsverify is deprecated. WARN Binding to an IP address, even on localhost, can also give access to scripts run in a browser. WARN Binding to IP address without -tlsverify is insecure and gives root access on this machine to everyone who has access to your network. Sudo apt remove docker docker-engine docker.io containerd runcĭebian/Ubuntu package repository configurationĬurl -fsSL $" | grep -v 127. Remove Residue from previous docker installations
If you see a # at the first position, the line is commented, run sudo visudo, find the corresponding line and remove the #, save and check again. Otherwise, We use usermod to add an user to the sudoer groupįinally you can check with this command : You would see something like sudo: x:27:myusername
HOW TO USE DOCKER DESKTOP INSTALL
(Inspired from the Jonathan Bowman's article)Ĭheck if sudo is installed if not : *apt install sudo*`
HOW TO USE DOCKER DESKTOP CODE
I reused and I adapted it to make VisualCode working with dockerd under WSL2. We are doing magic with Windows 10, Ubuntu on WSL2, docker builder cli for windows and a little elbow grease.īig Thanks to Jonathan Bowman for his article. So is there an alternative on Windows to continue to legally use containers with a docker command and a nice UI like VSCode without paying a licence : the answer is YES ! Since Docker announced a new subscription for Docker Desktop for personal use, educational institutions, non-commercial open-source projects and small businesses, other enterprises need to acquire licences for all installations of Docker Desktop.