Skip to content

DockerTravisCI

Etienne DELAY edited this page Apr 20, 2018 · 4 revisions

Docker

From wikipedia Docker is " it uses the resource isolation features of the Linux kernel such as cgroups and kernel namespaces, and a union-capable file system such as OverlayFS and others to allow independent "containers" to run within a single Linux instance, avoiding the overhead of starting and maintaining virtual machines (VMs). "

Docker is a contener engine, avalable for all platform. Most of information about installation can be found on this page.

Docker syntax

To

Travis stuff

Clone this wiki locally