From 1d578037775256cdfddfdafdc78a50f1eb3cdfb4 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Tue, 18 Jul 2017 13:53:50 -0700 Subject: [PATCH] Remove aufs limitation Fixed by https://github.com/moby/moby/pull/14242 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7852bc8..fe80401 100644 --- a/README.md +++ b/README.md @@ -354,8 +354,6 @@ Here are some common text editors and their syntax highlighting modules you coul 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. - ## Links Links are how Docker containers talk to each other [through TCP/IP ports](https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/). [Linking into Redis](https://docs.docker.com/engine/examples/running_redis_service/) and [Atlassian](https://blogs.atlassian.com/2013/11/docker-all-the-things-at-atlassian-automation-and-wiring/) show worked examples. You can also resolve [links by hostname](https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/#/updating-the-etchosts-file).