gists/smartmontools

By gists

Updated over 1 year ago

S.M.A.R.T. Monitoring Tools based on alpine

Image
11

100K+

gists/smartmontools repository overview

Custom usage:
docker run \
    -d \
    --privileged \
    --name smartmontools \
    gists/smartmontools
Compose with your own configuration:
smartmontools:
    image: gists/smartmontools
    privileged: true
    volumes:
        - ./smartd.conf:/etc/smartd.conf
        - ./ssmtp.conf:/etc/ssmtp/ssmtp.conf
        - ./revaliases:/etc/ssmtp/revaliases
    restart: always

Tag summary

Content type

Image

Digest

sha256:91d28d41f

Size

5.1 MB

Last updated

over 1 year ago

docker pull gists/smartmontools