Files
lxcafe/post_installation_script_test/01_create_image.sh
T
markus.block bc1e17ec04 added test infrastructure based on docker/podman
* documentation added
* scripts to setup image and start container added
2026-02-15 17:56:39 +01:00

5 lines
98 B
Bash
Executable File

#!/bin/bash
# Create test image from Dockerfile
docker build -t mint-script-test -f Dockerfile .