referencing Github container registry for all images.

This commit is contained in:
Jason Kulatunga
2022-04-30 22:24:05 -07:00
parent 20411afb82
commit 035c94681f
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
```
+3 -3
View File
@@ -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)
+1 -1
View File
@@ -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.