From d5928b6c78451d62b4886140f9b0575f4da5e1de Mon Sep 17 00:00:00 2001 From: pagdot Date: Thu, 19 Jan 2023 21:57:50 +0100 Subject: [PATCH 1/2] add info about difference between custom scripts and services --- general/container-customization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/general/container-customization.md b/general/container-customization.md index 52d006b22..50807c0fa 100644 --- a/general/container-customization.md +++ b/general/container-customization.md @@ -6,9 +6,9 @@ Something we provide and pride ourselves on is keeping our containers up to date Behind the scenes we have been working to provide the community with the ability to customize our images not only for themselves but also for other users. This comes in the form of 3 different tools: -- **Private Custom Scripts** -- **Private Custom Services** -- **Public Facing [Docker Mods](https://github.com/linuxserver/docker-mods)** +- [**Private Custom Scripts**](#custom-scripts): Run once when the container is started before services (including the main service/app) are started +- [**Private Custom Services**](#custom-services): Run besides other services. Service get restarted on exit +- **Public Facing [Docker Mods](https://github.com/linuxserver/docker-mods)**: Provide extensions to the containers filesystem. Scripts/services can be implemented as s6 services All of the functionality described in this post is live on every one of the containers we currently maintain: From fabf09e80d3f1df617bfb816ba34b7042ef14c75 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Tue, 31 Jan 2023 07:36:59 -0600 Subject: [PATCH 2/2] Update container-customization.md --- general/container-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/container-customization.md b/general/container-customization.md index 50807c0fa..0252b48c9 100644 --- a/general/container-customization.md +++ b/general/container-customization.md @@ -7,7 +7,7 @@ Something we provide and pride ourselves on is keeping our containers up to date Behind the scenes we have been working to provide the community with the ability to customize our images not only for themselves but also for other users. This comes in the form of 3 different tools: - [**Private Custom Scripts**](#custom-scripts): Run once when the container is started before services (including the main service/app) are started -- [**Private Custom Services**](#custom-services): Run besides other services. Service get restarted on exit +- [**Private Custom Services**](#custom-services): Run at the same time as other services. Service get restarted on exit - **Public Facing [Docker Mods](https://github.com/linuxserver/docker-mods)**: Provide extensions to the containers filesystem. Scripts/services can be implemented as s6 services All of the functionality described in this post is live on every one of the containers we currently maintain: