added test infrastructure based on docker/podman

* documentation added
* scripts to setup image and start container added
This commit is contained in:
2026-02-15 17:53:46 +01:00
parent 3c6856d68b
commit bc1e17ec04
9 changed files with 334 additions and 12 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# Create test image from Dockerfile
docker build -t mint-script-test -f Dockerfile .