mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Merge pull request #78 from jw3/patch-1
Update broken link to terms/layer
This commit is contained in:
commit
6be3eb4016
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue