6,534
edits
Changes
added bridges limitation, change distro to centos 7
== Container tuning ==
* Create Fedora 20 CentOS 7 container: vzctl create $veid --ostemplate fedoracentos-207-x86_64
* Turn on bridge feature to allow docker creating bridged network:
vzctl set $veid --features bridge:on --save
* Only "vfs" Docker graph driver is currently supported
* [[Checkpointing and live migration]] of a container with Docker containers inside is not supported
* Bridges cannot be created inside Docker containers running inside OpenVZ container
[[Category:HOWTO]]