From eb50ed4a11b121f982aea9f782e28243aba16ac1 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Thu, 19 Sep 2024 01:08:49 -0400 Subject: [PATCH] update --- .../Deep Dive: Discord-Linux Automated Container Platform.md | 2 +- 1 file changed, 1 insertion(+), 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 c515add..f4c1912 100644 --- a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md +++ b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md @@ -209,7 +209,7 @@ The error handler strips out any unnecessary details from the error message, sho This script is a great example of how to programmatically interact with Docker containers using Node.js. It dynamically executes commands inside a container by building a `docker exec` command, handling output, and catching errors along the way. Whether it's navigating directories, running system commands, or processing results, this approach simplifies the management of containerized environments in automated workflows. -## Container Creation Workflow +# Container Creation Workflow Once the user has passed the verification process, the next step is the actual creation of the container. This involves a series of steps to allocate resources, set up the network, and provision the container for SSH access.