Changes for page Install Docker for Linux
Last modified by Bas Elzinga on 2024/12/17 12:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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