Docker
INSTALL
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
Eger pubkey hatasi verirse asagidaki komutu kullan!
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <KEY>
- sudo apt-get install docker-ce docker-ce-cli containerd.iosynopsis
DOCKER COMPOSE
Last updated