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