diff --git a/content/posts/digging-through-docker-volumes/index.md b/content/posts/digging-through-docker-volumes/index.md index a84f523..9dc3f0f 100644 --- a/content/posts/digging-through-docker-volumes/index.md +++ b/content/posts/digging-through-docker-volumes/index.md @@ -11,7 +11,7 @@ showFullContent: false --- ## What I expect you to know -This article is only relevant if you know about and user docker volumes and have some fluency in bash. I'll explain the code as I go, if it helps. +This article is only relevant if you know about and use Docker volumes and have some fluency in bash. I'll explain the code as I go, if it helps. ## The Problem Over the lifetime of a Docker host machine, it's like that orphaned volumes ( and other detritus ) will accumulate over time. You might also find yourself fumbling a configuration and orphaning a volume yourself.