From 85ec0ac68d7d9bec48c9634229f54d092bf00dac Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 18 Sep 2024 19:44:21 -0400 Subject: [PATCH] Update --- .../Deep Dive: Discord-Linux Automated Container Platform.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md index f6ff3c7..b57b35d 100644 --- a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md +++ b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md @@ -352,7 +352,9 @@ This script is a highly customizable and automated solution for managing Docker ### Container Configuration -The system dynamically configures the container's resources based on the user's selection and available system resources. It adjusts memory, CPU allocation, and storage space to ensure the container runs optimally. Here's a simplified configuration process: +The system dynamically configures the container's resources based on the user's selection and available system resources. It adjusts memory, CPU allocation, and storage space to ensure the container runs optimally. + +Here's a simplified configuration process: ```javascript if (operatingSystem == "ubuntu") {