We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee47c9f commit 128b80cCopy full SHA for 128b80c
Container.stop.ps1
@@ -0,0 +1,9 @@
1
+<#
2
+.SYNOPSIS
3
+ Stops the container.
4
+.DESCRIPTION
5
+ This script is called when the container is about to stop.
6
+
7
+ It can be used to perform any necessary cleanup before the container is stopped.
8
+#>
9
+"Container now exiting, thank you for using EZOut!" | Out-Host
0 commit comments