Changes for page Install Docker for Linux
Last modified by Bas Elzinga on 2024/12/17 12:14
From version 94.1
edited by Erik Bakker
on 2024/02/08 16:46
on 2024/02/08 16:46
Change comment:
There is no comment for this version
To version 95.1
edited by Erik Bakker
on 2024/02/08 16:46
on 2024/02/08 16:46
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -25,6 +25,7 @@ 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 + 28 28 {{code language="cmd"}} 29 29 curl -fsSL https://download.docker.com/linux/${ID}/gpg | sudo tee /etc/apt/trusted.gpg.d/docker.asc 30 30 echo "deb [arch=amd64] https://download.docker.com/linux/${ID} ${VERSION_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/docker.list