Docker på linuxmint: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 May 2026

12 October 2022

4 October 2022

21 February 2022

  • curprev 15:3715:37, 21 February 2022 Linuxwiki>Wikiadmin 806 bytes +806 Skapade sidan med '== Installera docker på linuxmint == Detta gäller Linux mint 20.3 (focal) Hämta nycklar: '''curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg''' Uppdatera apt (behöver redigeras efteråt: '''echo "deb [arch=$(dpgk --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] \''' '''https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable | \''' '''sudo tee...'