mobileinsight-apptainer/mobileinsight.def

12 lines
200 B
Modula-2
Raw Normal View History

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