How to Install Docker on Linux Mint 21 Vanessa | Docker on Linux Mint 21

preview_player
Показать описание
How to Install Docker on Linux Mint 21 Vanessa | Docker on Linux Mint 21 Vanessa Cinnamon | Want to Install Docker-CE | Docker-CE-CLI on Linux Mint 21 ? Installing and Setting Up Docker on Linux Mint 21 is easy and Simple. You can now see Docker Installation Steps and Install Docker on your Linux Mint 21 Vanessa | Mint 21 easily. Below are the Terminal commands for Docker Installation.

1. sudo apt update
2. sudo apt-get install ca-certificates curl gnupg
3. sudo mkdir -p /etc/apt/keyrings
5. echo \
Рекомендации по теме
Комментарии
Автор

Thank you much. If you follow the official guide it doesn't work. Without this I would be so stuck. Linux Mint is my favourite Distro so this is a must.

ThatRandomFastingGuy
Автор

Thank you bro, this is the only video that worked for me

zurct
Автор

THANK YOU BRO, YOU SAVE MY SCHOOL PROJECT !

darkslayer
Автор

Got error permission denied.
Always need run docker commands in sudo su or with sudo prefix!
the documentation is literally wrong... you saved me <3

koi
Автор

Thank you so much for this tutorial! You saved me <3

erialgumacoisa
Автор

It works. Now I need to figure out how to install Docker Desktop.

PhillipBlanton
Автор

Could you show us how to setup docker desktop as well ?

popueium
Автор

how to set up containerized a word press web development set up including phpmysql thank you for your tutorial in linuxmint

bernpaul
Автор

Amagzing thnx!! Why I can't put a thumbs up??

gokyo_
Автор

It does not work....

x1:~# LANG=C apt-get update
E: Type 'deb[arch=amd64' is not known on line 1 in source list


Use arch=`arch`, but same error happend.

gaidaigouji
Автор

This worked for me:
After following the instructions I restarted the system and
executed the following so I don't need to type sudo everytime:
$ sudo usermod -aG docker ${USER}
$ su - ${USER}

# Just to confirm I'm added to the docker group
$ groups

# In case you need to add another user to the docker group
$ sudo usermod -aG docker <username>

itamarribeiro