All public logs
Combined display of all available logs of Corat Coret. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:59, 1 September 2024 Johan Efendi talk contribs created page Install Docker Ubuntu (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...")