Docker ubuntu: 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.

28 March 2025

  • curprev 09:1009:10, 28 March 2025Karavi talk contribs 1,228 bytes +48 No edit summary
  • curprev 09:0509:05, 28 March 2025Karavi talk contribs 1,180 bytes +40 No edit summary
  • curprev 09:0309:03, 28 March 2025Karavi talk contribs 1,140 bytes +1,140 Created page with "command: First, update your existing list of packages: sudo apt update Next, install a few prerequisite packages which let apt use packages over HTTPS: sudo apt install apt-transport-https ca-certificates curl software-properties-common Then add the GPG key for the official Docker repository to your system: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg Add the Docker repository to AP..."