meta data for this page
Różnice
Różnice między wybraną wersją a wersją aktualną.
| Nowa wersja | Poprzednia wersja | ||
| docker [2020/08/04 14:30] – utworzono Paweł Grygorczuk | docker [2023/03/23 11:05] (aktualna) – [Instalacja] Paweł Grygorczuk | ||
|---|---|---|---|
| Linia 7: | Linia 7: | ||
| ===== Instalacja ===== | ===== Instalacja ===== | ||
| - | * Dodajemy repozytorium: | + | * Dodajemy repozytorium: |
| <code bash> | <code bash> | ||
| touch / | touch / | ||
| - | echo 'deb https://apt.dockerproject.org/repo debian-stretch main' | + | echo "deb [arch=amd64 signed-by=/ |
| </ | </ | ||
| Linia 17: | Linia 17: | ||
| <code bash> | <code bash> | ||
| - | apt-get install apt-transport-https ca-certificates | + | apt-get install apt-transport-https ca-certificates |
| </ | </ | ||
| Linia 23: | Linia 23: | ||
| <code bash> | <code bash> | ||
| - | wget https:// | + | curl -fsSL https:// |
| - | apt-key add gpg | + | |
| </ | </ | ||