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