blob: 14d2253df83bb5c5d3fcdf8cebe8359ecaaad502 (
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_ports_start: 80
|