python-web-app contains two files, docker-start.sh and docker-stop.sh
They're not mentioned in the readme nor do I immediately see them referenced in any of the tasks.
The utils.sh defines the run_test_container function, but it's not clear what it's role is here.
Is this a test, or meant to be used in conjunction with, say systemd and then run the docker containers that way?
python-web-app contains two files,
docker-start.shanddocker-stop.shThey're not mentioned in the readme nor do I immediately see them referenced in any of the tasks.
The
utils.shdefines therun_test_containerfunction, but it's not clear what it's role is here.Is this a test, or meant to be used in conjunction with, say systemd and then run the docker containers that way?