Changes for page Install Docker for Linux

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

From version 95.1
edited by Erik Bakker
on 2024/02/08 16:46
Change comment: There is no comment for this version
To version 94.1
edited by Erik Bakker
on 2024/02/08 16:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,7 +25,6 @@
25 25  ===3.2 Installation requirements Linux===
26 26  Whenever Linux is selected as operating system, the latest version of Ubuntu will work. Other Linux distributions will also work such as Debian or Red Hat.
27 27  **Step 1: Install linux distribution**
28 -
29 29  {{code language="cmd"}}
30 30   curl -fsSL https://download.docker.com/linux/${ID}/gpg | sudo tee /etc/apt/trusted.gpg.d/docker.asc
31 31   echo "deb [arch=amd64] https://download.docker.com/linux/${ID} ${VERSION_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/docker.list