DevOps Tools

Docker

English

Overview

An open-source container technology that lightweightly packages an app together with its environment.

Details

A technology that packages an app as a lightweight container using OS-level virtualization, reducing differences between development and production environments. An image is built from a stack of diffs called layers, and multiple containers can share the same base layers -- which keeps disk usage down and speeds up image downloads.

More OSS terms