Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| container:docker:install [2025/07/27 19:43] – ilyasa | container:docker:install [2026/02/01 21:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Install Docker on Linux ====== | + | {{indexmenu_n> |
| + | |||
| + | ====== | ||
| There are several ways to install Docker on Linux: | There are several ways to install Docker on Linux: | ||
| Line 91: | Line 93: | ||
| sudo apt-get update | sudo apt-get update | ||
| sudo apt-get install ca-certificates curl | sudo apt-get install ca-certificates curl | ||
| - | ... | + | sudo install -m 0755 -d / |
| + | sudo curl -fsSL https:// | ||
| + | sudo chmod a+r / | ||
| + | |||
| + | # Add the repository to Apt sources: | ||
| + | echo \ | ||
| + | "deb [arch=$(dpkg --print-architecture) signed-by=/ | ||
| + | $(. / | ||
| + | sudo tee / | ||
| + | sudo apt-get update | ||
| </ | </ | ||