# Functions
FilterContainers function filters a list of entities.ListContainer type by running a given callback.
GetContext function returns a context by making connection with the Podman System Service.
ListTentContainers function lists all containers started by tent.
RemoveContainer function removes a stopped container.
StartContainer function starts a given container created by the CreateContainer function.
StopContainer function stops a running container by dispatching a SIGTERM signal.