Files
warewulf/container-scripts/wwctl
2022-11-25 11:58:32 +01:00

9 lines
130 B
Bash

#!/bin/bash
source /etc/warewulf-container.conf
set -euxo pipefail
# Run the domain
podman exec -ti ${CONTAINER_NAME} wwctl $@