Install Docker Ubuntu: Revision history

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.

1 September 2024

  • curprev 15:5915:59, 1 September 2024Johan Efendi talk contribs 932 bytes +932 Created page with "==Hapus Potensian Konflik== <syntaxhighlight lang="bash"> for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done </syntaxhighlight> ==Installasi== <syntaxhighlight lang="bash"> # tambahkan GPG apt-get update apt-get install ca-certificates curl install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc chmod a+r /etc/apt/keyrings..."