Skip to content

Commit 128b80c

Browse files
feat: EZOut Container.stop.ps1 ( Fixes #244 )
1 parent ee47c9f commit 128b80c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Container.stop.ps1

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)