OPERATING SYSTEMSOS Linux

Install Docker Engine on Ubuntu



Tugas ASJ P6

Chapters Of This Video
00:00 – Buka Website Dokumentasi Docker
Link : https://docs.docker.com/get-docker/
00:35 – Setting Ubuntu Server
01:30 – SSH
02:15 – Update the apt package index
$ sudo apt-get update

02:52 – install packages to allow apt
$ sudo apt-get install
apt-transport-https
ca-certificates
curl
gnupg-agent
software-properties-common

04:00 – Add Docker’s official GPG key
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add –
$ sudo apt-key fingerprint 0EBFCD88

04:25 – set up the stable repository
$ sudo add-apt-repository
“deb [arch=amd64] https://download.docker.com/linux/ubuntu
$(lsb_release -cs)
stable”

05:00 – Update the apt package index
$ sudo apt-get update

05:20 – install the latest version of Docker Engine and containerd
$ sudo apt-get install docker-ce docker-ce-cli containerd.io

07:10 – To install a specific version of Docker Engine
$ apt-cache madison docker-ce
$ sudo apt-get install docker-ce= VERSION_STRING docker-ce-cli= VERSION_STRING containerd.io

08:20 – Verify that Docker Engine is installed
$ sudo docker run hello-world

Backsound from NCS
Unknown Brain – Perfect 10 (feat. Heather Sommer) NCS Lyric Video

Find me on:
https://www.instagram.com/l_azlan_rafar/
https://lazlanrafar.blogspot.com/

Selamat, Anda adalah orang-orang terpilih yang berhasil membaca deskripsi sampai selesai.

source
ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *