From 0ab68c2a8c37e70eecad1f8efa5a02f3d07ac849 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:19:09 +0200 Subject: [PATCH] redirects: add redirect for build guide "layers" chapter Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/build/cache/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/build/cache/_index.md b/content/build/cache/_index.md index 9b9abdec67..5aa9168fa4 100644 --- a/content/build/cache/_index.md +++ b/content/build/cache/_index.md @@ -4,6 +4,7 @@ description: Improve your build speed with effective use of the build cache keywords: build, buildx, buildkit, dockerfile, image layers, build instructions, build context aliases: - /build/building/cache/ + - /build/guide/layers/ --- When you build the same Docker image multiple times, knowing how to optimize