blob: b56535f044ff16b0325818de86471ec67fe04057 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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"
host_unprivileged_port_start: 80
|