Így telepítsd a Dockert Ubuntu-ra percek alatt!

Így telepítsd a Dockert Ubuntu-ra percek alatt!

Már 29, 2019 ubuntu code snippets docker

Docker telepítése Ubuntu-ra

Dockerrel könnyedén futtathatsz konténereket Ubuntu-n. Íme a legegyszerűbb lépések.

1. Frissítsd a csomagkezelőt és add hozzá a Docker tárolót

sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

2. Frissítés újra, majd telepítsd a docker-ce-t

sudo apt-get update
sudo apt-get install docker-ce

Kész! Indítsd el a Dockert sudo systemctl start docker-rel, és teszteld sudo docker run hello-world-del.

Read in other languages:

EN UZ ZH-HANS DA DE ES FR IT NL NB PL PT RO FI SV TR CS EL BG RU