Changes for page Install Docker for Linux

Last modified by Erik Bakker on 2025/04/18 13:54

From version 12.1
edited by eMagiz
on 2022/10/28 12:07
Change comment: There is no comment for this version
To version 13.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 - **8 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