Perintah Pause dan Unpause Docker
Di tutorial ini, kita akan membahas sekaligus mempraktikkan penggunaan dua perintah yang ada di Docker yakni pause dan unpause. ...
Di tutorial ini, kita akan membahas sekaligus mempraktikkan penggunaan dua perintah yang ada di Docker yakni pause dan unpause. ...
In this simple tutorial, I write a tutorial about how to remove image from Docker. Follow these steps to remove image from Docker. ...
After installing Docker Engine, the next simple step is running a hello world Docker container to ensure that docker engine is working properly. To do that, we download a hello-world image and create a container from it. ...
In this tutorial, we are going to install Docker on CentOS 7. Let’s follow the following steps to install Docker on CentOS 7. ...
Apa itu Docker? Dalam beberapa tahun terakhir ini, telinga kita sering mendengar kata Docker. Apa itu Docker? Docker dapat dikatakan sebagai salah satu bentuk virtualisasi modern yang sedang naik daun. Docker diperkenalkan kepada publik pada tahun 2013 oleh developer dari perusahaan dotCloud (sekarang bernama Docker Inc.). ...
Fitur REST API telah diintegrasikan pada core WordPress sejak versi 4.4. Fitur tersebut memungkinkan siapapun terutama developer untuk mengembangkan aplikasi dengan memanfaatkan fitur REST API tersebut. Akan tetapi, dalam beberapa laporan disebutkan bahwa fitur tersebut rentan untuk dieksploitasi. ...
VLC merupakan aplikasi yang free dan open source dibuat oleh VideoLAN community yang digunakan untuk memutar audio/video berbagai format. Selain berfungsi sebagai media player, VLC juga memiliki fungsi lainnya di antaranya adalah encoder, streamer, network stream, dan convert. ...
In this tutorial, I am going to show you a quick explaination how to change time zone on CentOS 7. Follow these steps to change time zone on Centos 7: I use Asia/Jakarta for time zone. To do that, we create a symbolic link from Jakarta file to /etc/localtime. rm /etc/localtime ln -s /usr/share/zoneinfo/Asia/Jakarta /etc/localtime date
This tutorial will guide you to install Oracle Java 8 in Ubuntu 15.10 using WebUpd8 PPA repository. ...
The hostname in JunOS is the name given to the device to identify it within the network. This name can be chosen by the administrator and usually reflects the function, location, or other characteristics of the device. This hostname is very important for network management and administration, as it makes it easier to identify and manage devices in a large network. ...