KM KPN | แหล่งเรียนรู้ โรงพยาบาลกรงปินัง

เทคโนโลยี | Technology => เครื่องเสมือน : Virtual Machine & Containner => ข้อความที่เริ่มโดย: newaiman ที่ มิถุนายน 16, 2022, 04:18:06 pm

หัวข้อ: การติดตั้ง Docker บน Ubuntu 20.04
เริ่มหัวข้อโดย: newaiman ที่ มิถุนายน 16, 2022, 04:18:06 pm
Step 1 — Installing Docker

โค๊ด: [Select]
sudo apt update
โค๊ด: [Select]
sudo apt install apt-transport-https ca-certificates curl software-properties-common
โค๊ด: [Select]
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
โค๊ด: [Select]
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
โค๊ด: [Select]
apt-cache policy docker-ce
โค๊ด: [Select]
sudo apt install docker-ce
โค๊ด: [Select]
sudo systemctl status docker


source : https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04 (https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04)