6 Matching Annotations
  1. Last 7 days
  2. Mar 2024
    1. Unfortunately, Docker for Windows is again a bit trickier.

      Add the description from from here: 1)Download the installer using the download button at the top of the page, or from the release notes. 2) Double-click Docker Desktop Installer.exe to run the installer. By default, Docker Desktop is installed at C:\Program Files\Docker\Docker. 3)When prompted, ensure the Use WSL 2 instead of Hyper-V option on the Configuration page is selected or not depending on your choice of backend. 4)If your system only supports one of the two options, you will not be able to select which backend to use. 5)Follow the instructions on the installation wizard to authorize the installer and proceed with the install. 6)When the installation is successful, select Close to complete the installation process. 7)Open Docker Dektop, agree to the the terms of service and login using your Dockerhub user credentials. Now, the Docker engine should start (if starting of the Docker engine takes more than 5 minutes, restart your computer

      If your admin account is different to your user account, you must add the user to the docker-users group:

      1)Run Computer Management as an administrator. 2)Navigate to Local Users and Groups > Groups > docker-users. 3)Right-click to add the user to the group. 4)Sign out and sign back in for the changes to take effect.

    2. VSCode

      Maybe also add here the option to run WSL within VSCode?