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