BootStrap: docker-daemon
From: mobileinsight:latest
%runscript
set -e
echo "Welcome to MobileInsight Apptainer!"
if [ $# -eq 0 ]; then
exec /bin/bash
else
"$@"
fi