Types/docker.container/ContainerID.Input.ps1

param(
# The Container ID.
[string]
$ContainerID
)

if ($ContainerID) {
    $ContainerID
}