Comments on: How to Install Docker on Debian 11 (Bullseye): The Easy Way https://linuxiac.com/how-to-install-docker-on-debian-11-bullseye/ All things Linux & Open Source Thu, 29 Jun 2023 10:14:13 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Bobby Borisov https://linuxiac.com/how-to-install-docker-on-debian-11-bullseye/#comment-36151 Tue, 14 Mar 2023 15:33:48 +0000 https://linuxiac.com/?p=55351#comment-36151 In reply to gab.

Hi Gab,

Judging by the message, the “/etc/apt/keyrings/” directory doesn’t exist on your Debian system. So for that, create it before running the curl command:
sudo mkdir /etc/apt/keyrings/

Best,
Bobby

]]>
By: gab https://linuxiac.com/how-to-install-docker-on-debian-11-bullseye/#comment-36146 Tue, 14 Mar 2023 02:12:06 +0000 https://linuxiac.com/?p=55351#comment-36146 after running the curl, I got the following error:

gpg: can’t create ‘/etc/apt/keyrings/docker.gpg’: No such file or directory
gpg: no valid OpenPGP data found.
gpg: dearmoring failed: No such file or directory
(23) Failed writing body

]]>