docker: Added UPGRADE (Upgrade Notes)

This commit is contained in:
James Mills 2015-02-11 14:52:02 +10:00
parent aed714e9a8
commit edd0b8c022
2 changed files with 20 additions and 1 deletions

View File

@ -7,7 +7,7 @@
name=docker
version=1.5.0
revision=a8a31eff10
release=1
release=2
source=(
https://raw.githubusercontent.com/docker/docker/v${version}/contrib/check-config.sh
https://github.com/docker/docker/archive/v$version.tar.gz

19
docker/UPGRADE Normal file
View File

@ -0,0 +1,19 @@
Upgrade Notes for Docker 1.5.0
==============================
Docker 1.5.0 introduced several new features.
.. see:: http://docs.docker.com/release-notes/#version-150
As such several new Kernel configuration options
are **required**:
- ``CONFIG_CGROUP_FREEZER=y``
- ``CONFIG_CPUSETS=y``
- ``CONFIG_CGROUP_PERF=y``
Please make sure when you're upgrading your Docker engine
that you ensure these new Kernel configuration options
are enabled.
.. seealso:: https://gist.github.com/therealprologic/3aa83f811576933cd214