Comments on: How to Install Docker CE on Ubuntu 22.04 https://www.rosehosting.com/blog/how-to-install-docker-ce-on-ubuntu-22-04/ Premium Linux Tutorials Since 2001 Fri, 07 Jun 2024 15:14:24 +0000 hourly 1 https://wordpress.org/?v=6.5.4 By: Gilbert https://www.rosehosting.com/blog/how-to-install-docker-ce-on-ubuntu-22-04/#comment-49146 Fri, 07 Jun 2024 15:14:24 +0000 https://www.rosehosting.com/blog/?p=44916#comment-49146 First of all, thank you for your article.

Just two suggestions:

1) Create the file /etc/apt/trusted.gpg.d/docker.gpg instead of using file /etc/apt/trusted.gpg to store the gpg key.

curl -sS https://download.docker.com/linux/ubuntu/gpg | gpg –dearmor | sudo tee /etc/apt/trusted.gpg.d/docker.gpg >/dev/null

2) Use the repository Docker for Ubuntu 22.04 jammy

sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy stable”

Thanks again for your article which allowed me to install docker quickly under ubuntu 22.04!

]]>