Difference between revisions of "Docker"

From OnnoWiki
Jump to navigation Jump to search
(New page: Docker is an open platform for building, shipping and running distributed applications. It gives programmers, development teams and operations engineers the common toolbox they need to tak...)
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
Docker is an open platform for building, shipping and running distributed applications. It gives programmers, development teams and operations engineers the common toolbox they need to take advantage of the distributed and networked nature of modern applications.
+
Docker adalah seperangkat platform sebagai produk layanan yang menggunakan virtualisasi tingkat OS untuk mengirimkan perangkat lunak dalam paket yang disebut container. Container diisolasi satu sama lain dan menggabungkan perangkat lunak mereka sendiri, library dan file konfigurasi; mereka dapat berkomunikasi satu sama lain melalui well-defined channel.
  
  
Line 5: Line 5:
  
 
* https://www.docker.com/
 
* https://www.docker.com/
 +
* https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
 +
 +
==Pranala Menarik==
 +
 +
* [[Docker: Instalasi di Ubuntu 18.04]]
 +
* [[Docker: Instalasi di Ubuntu 20.04]]
 +
* [[Docker: Instalasi di Ubuntu 22.04]]
 +
* [[Docker: Apache install]]
 +
* [[Docker: MySQL install]]
 +
* [[Docker: Pengertian, Cara Kerja, dan 7 Kegunaannya]]

Latest revision as of 12:46, 3 July 2023

Docker adalah seperangkat platform sebagai produk layanan yang menggunakan virtualisasi tingkat OS untuk mengirimkan perangkat lunak dalam paket yang disebut container. Container diisolasi satu sama lain dan menggabungkan perangkat lunak mereka sendiri, library dan file konfigurasi; mereka dapat berkomunikasi satu sama lain melalui well-defined channel.


Referensi

Pranala Menarik