Container.stop.ps1

<#
.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