meta data for this page
Różnice
Różnice między wybraną wersją a wersją aktualną.
| Poprzednia rewizja po obu stronachPoprzednia wersjaNowa wersja | Poprzednia wersja | ||
| docker [2022/11/09 12:24] – [Instalacja] 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 [arch=amd64] https:// | + | echo "deb [arch=amd64 |
| </ | </ | ||
| 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 | + | |
| </ | </ | ||