Changes for page Install Docker for Linux

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

From version 41.1
edited by eMagiz
on 2023/01/26 08:55
Change comment: There is no comment for this version
To version 42.1
edited by eMagiz
on 2023/01/26 08:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -37,8 +37,11 @@
37 37  * Validate if WSL 2.0 is properly installed
38 38  * Go to the next section around installing the eMagiz Docker agent
39 39  
40 -
41 - {{code language="cmd"}}
40 +Step 1: Install linux distribution
41 +{{code language="cmd"}}
42 + wsl --install -d Ubuntu
43 +{{//code}}
44 +
42 42   #Install docker
43 43  sudo apt-get update
44 44  sudo apt install --no-install-recommends apt-transport-https ca-certificates curl gnupg2