2. Docker in Linux Ubuntu 22.04 Installations

preview_player
Показать описание
This a tutorial series on docker.

Links:

install docker in ubuntu 22.04

sudo apt update

sudo apt install apt-transport-https ca-certificates curl software-properties-common

Due to youtube wont allowed some special char text i advice to replace or google this code line below....
=====================================================================
echo deb archdpkg printarchitecture signedbyusrsharekeyringsdockerarchivekeyringgpg httpsdownloaddockercomlinuxubuntu lsbrelease cs stable sudo tee etcaptsourceslistddockerlist devnull
=====================================================================

sudo apt update
apt-cache policy docker-ce
Output of apt-cache policy docker-ce
docker-ce:
Installed: (none)
Candidate: 5:20.10.14~3-0~ubuntu-jammy
Version table:
5:20.10.14~3-0~ubuntu-jammy 500
5:20.10.13~3-0~ubuntu-jammy 500

sudo apt install docker-ce
sudo systemctl status docker

USER

sudo usermod -aG docker ${USER}
groups
Reboot

My Other Channel:

Buy me a coffee:

Join my facebook group for more:
Рекомендации по теме
welcome to shbcf.ru