blob: c393dc8b26b25c2c40063a321eee1bc3f07e492e (
plain)
1
2
3
4
5
6
7
8
9
|
host_shell_login_helper: |
echo "----pods----"
podman pod list --sort status --format={{ '"{{.Status}} {{.Name}}"' }}
echo ""
echo "----containers----"
podman container list --all --sort status --format={{ '"{{.State}} {{.Status}} {{.Names}}"' }}
echo ""
host_containers_user: "containers"
|