Skip to content

Commit

Permalink
Adjust docs to state AUFS can be used with graph caching as well
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaze committed Feb 11, 2016
1 parent b11030e commit f2316d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The Drone build environment is, by default, ephemeral meaning that you layers ar

### Graph directory caching

This is the preferred method when using the `overlay` storage driver. Just use Drone's caching feature to backup and restore the directory `/drone/docker`, as shown in the following example:
This is the preferred method when using the `overlay` or `aufs` storage drivers. Just use Drone's caching feature to backup and restore the directory `/drone/docker`, as shown in the following example:

```yaml
publish:
Expand All @@ -102,7 +102,7 @@ cache:
- /drone/docker
```

NOTE: This probably won't work correctly with the `btrfs` driver, and it will be very inefficient with the `devicemapper` driver. Please make sure to use the `overlay` storage driver with this method.
NOTE: This probably won't work correctly with the `btrfs` driver, and it will be very inefficient with the `devicemapper` driver. Please make sure to use the `overlay` or `aufs` storage driver with this method.

### Layer Caching

Expand Down

0 comments on commit f2316d7

Please sign in to comment.