Add note against using devicemapper as a storage driver to run the integration tests

Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
Alexandre Beslic 2015-04-23 14:55:02 -07:00
parent e496d04d47
commit e016344d3f
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ In order to run all integration tests, pass *bats* the test path:
$ bats test/integration $ bats test/integration
``` ```
> **Note**: There are known issues running the integration tests using
> **devicemapper** as a storage driver, make sure that your docker daemon
> is using **aufs** if you want to successfully run the integration tests.
## Writing integration tests ## Writing integration tests
[helper functions] [helper functions]