referencing Github container registry for all images.

pull/228/head
Jason Kulatunga 2 years ago
parent 20411afb82
commit 035c94681f

@ -30,7 +30,7 @@ docker run -it --rm -p 8080:8080 \
-e COLLECTOR_LOG_FILE=/tmp/collector.log \
-e SCRUTINY_LOG_FILE=/tmp/web.log \
--name scrutiny \
analogj/scrutiny
ghcr.io/analogj/scrutiny:master-omnibus
# in another terminal trigger the collector
docker exec scrutiny scrutiny-collector-metrics run

@ -12,7 +12,7 @@ docker run -it --rm -p 8080:8080 \
--cap-add SYS_RAWIO \
--device=/dev/sda \
--device=/dev/sdb \
analogj/scrutiny
ghcr.io/analogj/scrutiny:master-omnibus
/scrutiny/bin/scrutiny-collector-metrics run
```

@ -77,7 +77,7 @@ docker run -it --rm -p 8080:8080 \
--device=/dev/sda \
--device=/dev/sdb \
--name scrutiny \
analogj/scrutiny
ghcr.io/analogj/scrutiny:master-omnibus
```
- `/run/udev` is necessary to provide the Scrutiny collector with access to your device metadata
@ -96,7 +96,7 @@ In addition to the Omnibus image (available under the `latest` tag) there are 2
```bash
docker run -it --rm -p 8080:8080 \
--name scrutiny-web \
analogj/scrutiny:web
ghcr.io/analogj/scrutiny:master-web
docker run -it --rm \
-v /run/udev:/run/udev:ro \
@ -105,7 +105,7 @@ docker run -it --rm \
--device=/dev/sdb \
-e SCRUTINY_API_ENDPOINT=http://SCRUTINY_WEB_IPADDRESS:8080 \
--name scrutiny-collector \
analogj/scrutiny:collector
ghcr.io/analogj/scrutiny:master-collector
```
## Manual Installation (without-Docker)

@ -43,7 +43,7 @@ docker run -it --rm \
--cap-add SYS_RAWIO \
--device=/dev/sda \
--device=/dev/sdb \
analogj/scrutiny:collector smartctl --scan
ghcr.io/analogj/scrutiny:master-collector smartctl --scan
```
If the output is the same, your devices will be processed by Scrutiny.

Loading…
Cancel
Save