We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to install Scrutiny via docker with this compose file:
version: '3.5' services: scrutiny: container_name: scrutiny image: ghcr.io/analogj/scrutiny:master-omnibus cap_add: - SYS_RAWIO ports: - "8080:8080" # webapp - "8086:8086" # influxDB admin volumes: - /volume1/docker/scrutiny/run/udev:/run/udev:ro - /volume1/docker/scrutiny/config:/opt/scrutiny/config - /volume1/docker/scrutiny/influxdb:/opt/scrutiny/influxdb devices: - "/dev/sda" - "/dev/sdb"
When I try to build, I get an error error gathering device information while adding custom device "/dev/sda": no such file or directory
error gathering device information while adding custom device "/dev/sda": no such file or directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to install Scrutiny via docker with this compose file:
When I try to build, I get an error
error gathering device information while adding custom device "/dev/sda": no such file or directory
The text was updated successfully, but these errors were encountered: