Test with docker again

This commit is contained in:
Jip-Hop 2024-07-09 05:05:53 +02:00
parent 90fa274068
commit be51af67dc
1 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ set -euo pipefail
# TODO: test jlmkr.py from inside another working directory, with a relative path to a config file to test if it uses the config file (and doesn't look for it relative to the jlmkr.py file itself) # TODO: test jlmkr.py from inside another working directory, with a relative path to a config file to test if it uses the config file (and doesn't look for it relative to the jlmkr.py file itself)
./jlmkr.py create --start --config=./templates/podman/config test ./jlmkr.py create --start --config=./templates/docker/config test
./jlmkr.py exec test podman run hello-world ./jlmkr.py exec test docker run hello-world