mirror of
https://github.com/ChronosX88/medved.git
synced 2024-11-21 14:22:17 +00:00
Move Configuration section in README
This commit is contained in:
parent
25c4908fd3
commit
5dd80a839b
26
README.md
26
README.md
@ -1,6 +1,19 @@
|
||||
# Medved
|
||||
This is extensible network scanner (Masscan-based).
|
||||
|
||||
## Requirements
|
||||
* `docker >=18.09`
|
||||
* `docker-composer >=1.24`
|
||||
|
||||
## Building Docker image
|
||||
|
||||
Run `make base && docker-compose up --build --scale worker=5`
|
||||
|
||||
## Running
|
||||
|
||||
Run `make up workers=5`
|
||||
This launches a scanner with 5 workers.
|
||||
|
||||
## Configuration
|
||||
|
||||
`data/config.yaml`
|
||||
@ -139,19 +152,6 @@ logging:
|
||||
Loader: DEBUG
|
||||
```
|
||||
|
||||
## Requirements
|
||||
* `docker >=18.09`
|
||||
* `docker-composer >=1.24`
|
||||
|
||||
## Building Docker image
|
||||
|
||||
Run `make base && docker-compose up --build --scale worker=5`
|
||||
|
||||
## Running
|
||||
|
||||
Run `make up workers=5`
|
||||
This launches a scanner with 5 workers.
|
||||
|
||||
## top-level services
|
||||
|
||||
### sources ###
|
||||
|
Loading…
Reference in New Issue
Block a user