From 283934d4660384eb60e43ec62ac7817105fba0ed Mon Sep 17 00:00:00 2001 From: Caleb Lloyd Date: Fri, 11 Apr 2025 10:51:40 -0400 Subject: [PATCH] update blog url to archive Signed-off-by: Caleb Lloyd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bf9618..ccbb5d2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ `fixuid` was born because there is currently no way to remap host volume UIDs/GIDs from the Docker Engine, [see moby issue 7198](https://github.com/moby/moby/issues/7198) for more details. -Check out [BoxBoat's blog post](https://boxboat.com/2017/07/25/fixuid-change-docker-container-uid-gid/) for a practical explanation of how `fixuid` benefits development teams consisting of multiple developers. +Check out [BoxBoat's blog post](https://web.archive.org/web/20230530104308/https://boxboat.com/2017/07/25/fixuid-change-docker-container-uid-gid/) for a practical explanation of how `fixuid` benefits development teams consisting of multiple developers. **fixuid should only be used in development Docker containers. DO NOT INCLUDE in a production container image**