Changes

Jump to: navigation, search

Docker inside CT

355 bytes added, 16:23, 13 July 2015
Container creation and tuning: debian wheezy example from Kir reply
* 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 ==
Anonymous user

Navigation menu