Types/docker.diff/ContainerID.Input.ps1

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

if ($ContainerID) {
    $ContainerID
}