Comments on: How to Install Docker on Debian 13 (Trixie): A Step-by-Step Guide https://linuxiac.com/how-to-install-docker-on-debian-13-trixie/ All things Linux & Open Source Mon, 25 Aug 2025 13:26:02 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Bobby Borisov https://linuxiac.com/how-to-install-docker-on-debian-13-trixie/#comment-77636 Mon, 25 Aug 2025 13:26:02 +0000 https://linuxiac.com/?p=182834#comment-77636 In reply to User.

Yeah, I forgot to include the gpg package in Step 2 as a prerequisite. The guide’s been updated now.

]]>
By: Anonymous https://linuxiac.com/how-to-install-docker-on-debian-13-trixie/#comment-77270 Sat, 23 Aug 2025 07:29:42 +0000 https://linuxiac.com/?p=182834#comment-77270 In reply to User.

sudo apt install gpg

]]>
By: User https://linuxiac.com/how-to-install-docker-on-debian-13-trixie/#comment-76604 Sat, 16 Aug 2025 17:06:13 +0000 https://linuxiac.com/?p=182834#comment-76604 I get this message ‘sudo: gpg: command not found’ when running curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg –dearmor -o /usr/share/keyrings/docker.gpg

]]>
By: Mat https://linuxiac.com/how-to-install-docker-on-debian-13-trixie/#comment-76313 Thu, 14 Aug 2025 10:26:56 +0000 https://linuxiac.com/?p=182834#comment-76313 I followed this procedure on Debian minimal CLI installation in a KVM virtual machine configured to get its local own IP (bridge mode). It looks like Docker messed up this networking setup, as the VM stopped getting its IP from my DHCP server and couldn’t connect to internet anymore. Any hints why this might be? Never had this problem on Debian 12 VMs.

]]>