Skip to content
Snippets Groups Projects
Commit b03b2b55 authored by Thomas Schauer-Köckeis's avatar Thomas Schauer-Köckeis :speech_balloon:
Browse files

Added instructions

parent 7a220554
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,20 @@
- Download even more malicious stuff from remote address
- Hide malicious process from ps
- profit :thumbsup: :thumbsup:
## Use instruction
### Startup
```bash
docker compose up --build
```
### restartup
First delete **all** images
```bash
docker image rm $(docker images -q)
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment