Comments on: How to Install Docker on Linux Mint 21: A Step-by-Step Guide https://linuxiac.com/how-to-install-docker-on-linux-mint-21/ All things Linux & Open Source Thu, 03 Oct 2024 18:15:25 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Luca https://linuxiac.com/how-to-install-docker-on-linux-mint-21/#comment-63797 Thu, 03 Oct 2024 18:15:25 +0000 https://linuxiac.com/?p=55897#comment-63797 Thank you very much for this simple and usefull guide!!!

]]>
By: jekverse https://linuxiac.com/how-to-install-docker-on-linux-mint-21/#comment-63722 Thu, 19 Sep 2024 05:24:52 +0000 https://linuxiac.com/?p=55897#comment-63722 thank u very much dude

]]>
By: CodeHacker https://linuxiac.com/how-to-install-docker-on-linux-mint-21/#comment-63662 Sun, 08 Sep 2024 15:33:12 +0000 https://linuxiac.com/?p=55897#comment-63662 Thank you! Worked like a charm!

]]>
By: p https://linuxiac.com/how-to-install-docker-on-linux-mint-21/#comment-63104 Mon, 08 Jul 2024 18:26:53 +0000 https://linuxiac.com/?p=55897#comment-63104 In reply to P.

oh screw. forgot the reboot

]]>
By: P https://linuxiac.com/how-to-install-docker-on-linux-mint-21/#comment-63101 Mon, 08 Jul 2024 18:24:46 +0000 https://linuxiac.com/?p=55897#comment-63101 that last step with the usermod did not work for me

]]>
By: GHS https://linuxiac.com/how-to-install-docker-on-linux-mint-21/#comment-62948 Tue, 18 Jun 2024 03:57:46 +0000 https://linuxiac.com/?p=55897#comment-62948 In reply to GHS.

Aaand never mind. Even though I had logged out and logged back in, a full reboot was indeed necessary.

]]>
By: GHS https://linuxiac.com/how-to-install-docker-on-linux-mint-21/#comment-62945 Tue, 18 Jun 2024 03:50:14 +0000 https://linuxiac.com/?p=55897#comment-62945 OK, I have to rein in my enthusiasm a little. After doing all this, something is still wrong because any attempt to do “docker pull” results in

permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock

]]>
By: GHS https://linuxiac.com/how-to-install-docker-on-linux-mint-21/#comment-62942 Tue, 18 Jun 2024 00:52:27 +0000 https://linuxiac.com/?p=55897#comment-62942 Excellent. I’m a Docker / Linux noob and not only got this done with no BS, but learned a bunch in the process.

]]>
By: Anonymous https://linuxiac.com/how-to-install-docker-on-linux-mint-21/#comment-57650 Fri, 19 Apr 2024 07:25:49 +0000 https://linuxiac.com/?p=55897#comment-57650 After this last step:”sudo usermod -aG docker ${USER}”, I needed to reboot my linux and after that it works well.

]]>
By: RJ White https://linuxiac.com/how-to-install-docker-on-linux-mint-21/#comment-56495 Mon, 01 Apr 2024 03:16:04 +0000 https://linuxiac.com/?p=55897#comment-56495 Where you are adding the docker repo, in your example you are using :
echo “deb [arch=$(dpkg –print-architecture) …
which will fail if you are not using a Bourne shell derivative, such as csh, tcsh, etc.

If you replace $(dpkg –print-architecture) with `dpkg –print-architecture`, then it should work with both flavours of shell.
ps. Thanks for the guide.

]]>