From 7841aee4f2971ccfe9d383c3d9e9b14c8f013376 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 7 May 2024 13:43:39 -0600 Subject: [PATCH] Update Docker & Kubernetes/Docker/Custom Containers/Container Development.md --- .../Docker/Custom Containers/Container Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker & Kubernetes/Docker/Custom Containers/Container Development.md b/Docker & Kubernetes/Docker/Custom Containers/Container Development.md index 3b1cb8d..6a56993 100644 --- a/Docker & Kubernetes/Docker/Custom Containers/Container Development.md +++ b/Docker & Kubernetes/Docker/Custom Containers/Container Development.md @@ -65,7 +65,7 @@ At this point, we need to build the dockerfile, which takes all of the changes a - In the dropdown menu that appears, enter `git.bunny-lab.io/container-registry/git-repo-updater:latest` - You can confirm if it was successful by navigating to the [Gitea Container Webpage](https://git.bunny-lab.io/container-registry/-/packages/container/git-repo-updater/latest) and seeing if it says "**Published Now**" or "**Published 1 Minute Ago**" -!!! warning "CLRF End of Line Sequences" +!!! warning "CRLF End of Line Sequences" When you are editing files in the container's repository, you need to ensure that Visual Studio Code is editing that file in "**LF**" mode and not "**CRLF**". You can find this toggle at the bottom-right of the VSCode window. Simply clicking on the letters "**CRLF**" will let you toggle the file to "**LF**". If you do not make this change, the container will misunderstand the dockerfile and/or scripts inside of the container and have runtime errors. ## Deploy the Container