📜 ⬆️ ⬇️

High Level APIs for Linux Containers


The DotCloud company has developed and laid out in open access the Docker system - high-level interfaces for accessing Linux-containers (LXC). It is an ideal tool for working with containers on any x64 server, for deploying large-scale web installations, database clusters, private PaaS, etc.

LXC is an operating system-level virtualization system for running multiple, isolated Linux instances on a single computer. LXC does not use virtual machines, but creates a virtual environment with its own process space and network stack. All LXC instances use the same OS kernel instance.

Key features of Docker

Docker is built on the AUFS file system, which has a copy-on-write function, and the Go programming language.
')


Docker installation instructions for Ubuntu
Docker installation instructions for Windows (need Virtualbox, Vagrant and Git, Ubuntu is installed on the virtual machine)
Github Code
Documentation

Source: https://habr.com/ru/post/174499/


All Articles