mirror of https://github.com/docker/docs.git
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:
parent
e496d04d47
commit
e016344d3f
|
@ -26,6 +26,10 @@ In order to run all integration tests, pass *bats* the test path:
|
|||
$ 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
|
||||
|
||||
[helper functions]
|
||||
|
|
Loading…
Reference in New Issue