<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Eduard Bondarenko</title><link>https://edbond.github.io/</link><description>Recent content on Eduard Bondarenko</description><generator>Hugo -- 0.128.0</generator><language>en-us</language><lastBuildDate>Tue, 11 Feb 2014 14:14:02 -0500</lastBuildDate><atom:link href="https://edbond.github.io/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker Intro</title><link>https://edbond.github.io/posts/docker-io/</link><pubDate>Tue, 11 Feb 2014 14:14:02 -0500</pubDate><guid>https://edbond.github.io/posts/docker-io/</guid><description>Docker is a lightweight alternative to virtual machines like VirtualBox. It uses linux containers (lxc) and cgroups to separate vm instances (called containers in docker). That is a recent Linux features which makes kernel 3.8 a minimum requirement. Containers have their own file system, network interfaces, processes. You can expose container ports outside of container and link containers together.
Images in docker can be build from other images, and containers is a snapshots of the image.</description></item></channel></rss>