16 lines
348 B
Diff
16 lines
348 B
Diff
|
diff --git a/examples/oselbrus/Singularity b/examples/oselbrus/Singularity
|
||
|
new file mode 100644
|
||
|
index 0000000..d175172
|
||
|
--- /dev/null
|
||
|
+++ b/examples/oselbrus/Singularity
|
||
|
@@ -0,0 +1,6 @@
|
||
|
+BootStrap: iso
|
||
|
+ISOPath: /root/boot.e8c.iso
|
||
|
+MountDirPath: /mnt/bootdisk
|
||
|
+
|
||
|
+%runscript
|
||
|
+ echo "This is what happens when you run the container..."
|
||
|
--
|
||
|
2.16.4
|
||
|
|