From 120d1e075ce6f6a3d85abc4419b291c027f0af32 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 25 Jun 2024 11:20:39 -0400 Subject: [PATCH] typo fixes --- content/posts/digging-through-docker-volumes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.