diff --git a/README.md b/README.md index 64396dd..9ad6d90 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ In order to push to this repository tag image with `repositoryHostName:5000/imag ## Layers -The versioned filesystem in Docker is based on layers. They're like [git commits or changesets for filesystems](https://docs.docker.com/terms/layer/). +The versioned filesystem in Docker is based on layers. They're like [git commits or changesets for filesystems](https://docs.docker.com/engine/userguide/storagedriver/imagesandcontainers/). Note that if you're using [aufs](https://en.wikipedia.org/wiki/Aufs) as your filesystem, Docker does not always remove data volumes containers layers when you delete a container! See [PR 8484](https://github.com/docker/docker/pull/8484) for more details.