Notification texts go here Contact Us Buy Now!

Cara Install Docker Engine di Linux Parrot

 


Untuk menjalankan docker di Linux Parrot ada beberapa sistem dan langkah yang harus di lakukan, berikut merupakan langkah-langkah menginstal Docker di Linux Parrot.

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

Tunggu hingga prosesnya selesai. Jika sudah langkah berikutnya ialah menginstal dockernya.

curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
echo "deb [arch=amd64] https://download.docker.com/linux/debian stretch stable" | \
sudo tee /etc/apt/sources.list.d/docker-engine.list

Kemudian update.

$ sudo apt-get update -y

Instal docker-ce dengan menggunakan perintah.

$ sudo apt-get install -y docker-ce

Jalankan docker dengan menggunakan peritah.

$ sudo systemctl start docker
$ sudo systemctl enable docker

Jika ingin menambahkan docker ke dalam user group, gunakan perintah.

$ sudo gpasswd -a "${USER}" docker

Setelah semuanya selesai silahkan reboot linux

Getting Info...

About the Author

IT Enthusiast

Posting Komentar

Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.