Cara install Docker di Ubuntu 17.04

Halo Ubuntu, kali ini kita akan belajar tentang bagaimana cara install Docker di Ubuntu 17.04. Docker merupakan sebuah teknologi virtualisasi yang memudahkan kita untuk membangun, menjalankan dan mempublikasikan aplikasi dalam sebuah kontainer. Dengan demikian, aplikasi tersebut akan bisa dijalankan dimana saja, tidak tergantung sistem operasi nya apa selama ada aplikasi Docker di dalamnya. 
install docker di ubuntu 17.04

Langkah Install Docker di Ubuntu 17.04

1. Install File yang diperlukan

Sebelum kita install Docker di Ubuntu, ada beberapa paket yang harus diinstall terlebih dahulu. Buka Terminal dan jalankan perintah berikut ini. (Sebaiknya copy dan paste perintah berikut ini untuk mempermudah anda).
sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    software-properties-common

2. Install GPG Key

Kemudian kita perlu menambahkan atau menginstall GPG Key di Ubuntu
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

3. Tambah repository Docker

Sekarang kita perlu menambahkan repository Docker ke Ubuntu 17.04.
sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"

4. Update Ubuntu

sudo apt update

5. Install Docker

Langkah teakhir yaitu install Docker
sudo apt install docker-ce
Cukup jelas bukan? Sekarang, kita tinggal jalankan Docker daemon dan kita cek status Docker nya.
sudo systemctl start docker
sudo systemctl status docker
Informasi selengkapnya, silahkan kunjungi website Docker

Ubuntu Budgie Remix 17.04 Screenshots

The new version of Ubuntu 17.04 has been released a while ago. There are several flavors based on this Ubuntu 17.04. One of my favorite is the Budgie Remix edition. Ubuntu 17.04 Budgie Remix is powered by Budgie Desktop 10.2.9 which is simple, lightweight and beautiful. This distribution doesn't seem to consume a lot of my computer resources. I can run it from my Live USB. The Live USB is the best way to try the new Ubuntu 17.04 Budgie Remix

Ubuntu 17.04 Budgie Remix Screenshots

The Ubuntu 17.04 Budgie Remix Desktop

Budgie Menu

File Manager

Office Applications

Software Center and Updates Utility

Chromium Web Browser

chromium on Ubuntu 17.04

Photo Viewer application


Words won't be enough to describe the new Ubuntu 17.04 Budgie Remix. Download and try it your self. Enjoy the new Ubuntu Budgie Remix Desktop. 
Cheers

Kategori

Kategori