mirror of https://github.com/docker/docs.git
Merge pull request #666 from abronan/add_warning_integration_test
Add note against using devicemapper as a storage driver to run the integration tests
This commit is contained in:
commit
622cd84f59
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue