Update Docker & Kubernetes/Docker/Custom Containers/Container Development.md

This commit is contained in:
Nicole Rappe
2024-05-07 13:43:39 -06:00
parent 9ae16c5adf
commit 7841aee4f2

View File

@ -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