meta data for this page
Różnice
Różnice między wybraną wersją a wersją aktualną.
| Poprzednia rewizja po obu stronachPoprzednia wersja | |||
| docker [2022/11/09 12:27] – [Instalacja] Paweł Grygorczuk | docker [2023/03/23 11:05] (aktualna) – [Instalacja] Paweł Grygorczuk | ||
|---|---|---|---|
| Linia 11: | Linia 11: | ||
| <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 | + | |
| </ | </ | ||