build.py fails with error on AUFS

add workaround to avoid the issue to image-building document.

Change-Id: Icf34acb2f25c813dee7c7a3dfbb71560be5a970f
Closes-Bug: #1487458
This commit is contained in:
Kuo-tung Kao 2015-09-10 13:46:24 +08:00
parent e7c30a2fd4
commit d4ac18c4fd

View File

@ -101,3 +101,19 @@ Then build RHEL containers:
:: ::
build -b rhel -i ./rhel-include build -b rhel -i ./rhel-include
Known issues
------------
1. Can't build base image because docker fails to install systemd.
There are some issue between docker and AUFS. The simple workaround
to avoid the issue is that add ``-s devicemapper`` to ``DOCKER_OPTS``.
Get more information about the issue from DockerBug_.
.. _DockerBug: https://github.com/docker/docker/issues/6980