mirror of
https://codeberg.org/knightsub9/lxcafe.git
synced 2026-07-19 19:30:16 +02:00
added test infrastructure based on docker/podman
* documentation added * scripts to setup image and start container added
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Create test image from Dockerfile
|
||||
docker build -t mint-script-test -f Dockerfile .
|
||||
Reference in New Issue
Block a user