mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
14 lines
292 B
Markdown
14 lines
292 B
Markdown
|
# dscanner docker image #
|
||
|
|
||
|
Use `make help` for up-to-date instructions.
|
||
|
|
||
|
```
|
||
|
usage: make {help|build|clean|kill|info}
|
||
|
|
||
|
help this help screen
|
||
|
build create docker image
|
||
|
clean remove images and containers
|
||
|
kill stop running containers
|
||
|
info details of running container
|
||
|
```
|