Changes for page Install Docker for Linux

Last modified by Bas Elzinga on 2024/12/17 12:14

From version 13.1
edited by eMagiz
on 2022/10/28 12:21
Change comment: There is no comment for this version
To version 14.1
edited by eMagiz
on 2022/10/28 12:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,7 +34,7 @@
34 34   ** Execute Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
35 35   ** Execute curl.exe -L -o ubuntu-2004.appx https://aka.ms/wslubuntu2004
36 36   ** Execute Add-AppxPackage .\ubuntu-2004.appx
37 - ** If errors occur, please consult https://learn.microsoft.com/en-us/windows/wsl/install-on-server. Rename the file to a zip, expand it, and add it to the path variable.
37 + *** If errors occur, please consult https://learn.microsoft.com/en-us/windows/wsl/install-on-server. Rename the file to a zip, expand it, and add it to the path variable.
38 38  * Ubuntu should now be a runnable program (press windows key, type ubuntu)
39 39  * Open the ubuntu terminal, and finish the installation.
40 40   ** After installation, execute: export DOCKER_HOST=tcp://localhost:2375