Changes

Jump to: navigation, search

Docker inside CT

958 bytes added, 06:55, 22 May 2017
m
no edit summary
Since OpenVZ kernel [[Download/kernel/rhel6-testing/042stab105.4|042stab105.4]] it is possible to run Docker inside containers. This article describes how.
<br>'''This page is applicable for OpenVZ 6''' (for Virtuozzo 7 see [[Docker inside CT vz7| '''here''']]).
== Prerequisites ==
 
* Kernel 042stab105.4 or later version
* Kernel modules '''tun''', '''veth''' and '''bridge''' loaded on host (not required since vzctl 4.9 as it loads it automatically)
* Start the container:
vzctl start $veid
* If you use Debian Wheezy for your CT which does not support systemd, you can run:
mount -t tmpfs tmpfs /sys/fs/cgroup
mkdir /sys/fs/cgroup/freezer,devices
mount -t cgroup cgroup /sys/fs/cgroup/freezer,devices -o freezer,devices
mkdir /sys/fs/cgroup/cpu,cpuacct,cpuset
mount -t cgroup cgroup /sys/fs/cgroup/cpu,cpuacct,cpuset/ -o cpu,cpuacct,cpuset
== Prepare Docker in container ==
yum -y install docker-io
* Start docker daemon
dockerd -s vfsor change line in /etc/sysconfig/docker to: OPTIONS='--d selinux-enabled -s vfs'and service docker start
== Example usage ==
=== Wordpress ===
 
Use Docker to start Wordpress (official, standard way).
* [[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
* Only works with docker versions 1.10 or older. Newer versions will return an error: "Your Linux kernel version 2.6.32-042stab123.2 is not supported for running docker. Please upgrade your kernel to 3.10.0 or newer." (i.e. switch to [[Quick_installation|Virtuozzo 7]] or later)
 
== See also ==
* [http://www.youtube.com/watch?v=rh4oPpLtdYc Docker inside CT demo video].
 
[[Category:HOWTO]]
[[Category: TRD]]

Navigation menu