11 Mayıs 2018 Cuma

6 Mayıs 2018 Pazar

How to install docker on Ubuntu 18.04




    • sudo apt update

    • sudo apt install apt-transport-https ca-certificates curl software-properties-common

    • sudo gedit /etc/apt/sources.list.d/docker.list

    • Copy this line in to the docker.list --> deb [arch=amd64]https://download.docker.com/linux/ubuntu artful stable

    • curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

    • sudo apt update

    • sudo apt install docker-ce

    • sudo docker run hello-world



JavaScript

JavaScript Nedir?    JavaScript web tabanlı bir programlama dilidir. Mayıs 1995 yılında Brendan Eich tarafından tasarlanmıştır. Kullanıcı et...