From 3f4acbea2142f5bbfd7449a8bc9507928e9c2d1f Mon Sep 17 00:00:00 2001 From: James Brundage <+@noreply.github.com> Date: Sat, 12 Oct 2024 13:11:52 -0700 Subject: [PATCH] feat: HelpOut Container.stop.ps1 ( Fixes #194 ) --- Container.stop.ps1 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Container.stop.ps1 diff --git a/Container.stop.ps1 b/Container.stop.ps1 new file mode 100644 index 00000000..f0fa4a17 --- /dev/null +++ b/Container.stop.ps1 @@ -0,0 +1,9 @@ +<# +.SYNOPSIS + Stops the container. +.DESCRIPTION + This script is called when the container is about to stop. + + It can be used to perform any necessary cleanup before the container is stopped. +#> +"Container now exiting, hope this helped!" | Out-Host