runall/README.md

9 lines
311 B
Markdown

**Warning:** Starting the _runall.py_ script directly can severely damage your system by running random Bash commands. Please start it in a container as described below.
How to run:
```
docker image build --quiet --tag runall-image .
docker container run --tty --rm --read-only --memory=128m runall-image
```