From 610dc7a9b195191531bd18c2c5e348afa7422861 Mon Sep 17 00:00:00 2001 From: rednafi Date: Wed, 23 Oct 2024 03:44:44 +0200 Subject: [PATCH] Add sources, closes #145 --- content/misc/docker_mount.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/misc/docker_mount.md b/content/misc/docker_mount.md index 9559538..79c9342 100644 --- a/content/misc/docker_mount.md +++ b/content/misc/docker_mount.md @@ -233,12 +233,6 @@ services: ## Build cache mounts -Got it! Here’s the full section with bullet points explaining the options for both commands: - ---- - -## Build cache mounts - Build cache mounts[^4] help speed up Docker image builds by caching intermediate files like package downloads or compiled artifacts. They're used during the build process and aren't part of the final container image.