Debugging

This commit is contained in:
Jip-Hop 2024-07-09 13:18:15 +02:00
parent 39e7fc6200
commit b8ce9c4fa2
1 changed files with 8 additions and 4 deletions

View File

@ -8,7 +8,11 @@ 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/docker/config test ./jlmkr.py create --start --config=./templates/docker/config test || true
./jlmkr.py exec test journalctl ./jlmkr.py exec test systemctl status docker || true
./jlmkr.py exec test systemctl status dockerd ./jlmkr.py exec test journalctl -xeu docker.service || true
./jlmkr.py exec test docker run hello-world ./jlmkr.py exec test ip a || true
echo "Ubuntu host:"
ip a
# ./jlmkr.py exec test docker run hello-world