armv6, armv7, armv8 and amd64latest tag defaults to armv8, tested with Raspi 3B+2.6.1 (as of 22/05/2023)docker pull docker.io/l33tlamer/monocker:<tag>docker pull ghcr.io/l33tlamer/monocker:<tag>No changes whatsoever have been done to the actual software and Dockerfile used.
These are simply arm-compatible images because they are not offered by the original creator.
Absolutely all credit goes to the creator of the software:
Features:
version: '2.4'
services:
monocker:
container_name: monocker
image: petersem/monocker
environment:
# Optional label to preface messages. Handy if you are running multiple versions of Monocker
SERVER_LABEL: 'Dev'
# Specify the messaging platform and details, or leave blank if only wanting container logs (pick one only)
MESSAGE_PLATFORM: 'telegram@your_bot_id@your_chat_id'
# MESSAGE_PLATFORM: 'pushbullet@your_api_key@your_device_id'
# MESSAGE_PLATFORM: 'pushover@your_user_key@your_app_api_token'
# MESSAGE_PLATFORM: 'discord@webhook_url'
# MESSAGE_PLATFORM: ''
# Optional - includes or excludes specified containers - default behaviour is false
LABEL_ENABLE: 'false'
# Optional - only show when container state changes to being offline (paused, exited, running (unhealthy), or dead) - default is false
ONLY_OFFLINE_STATES: 'false'
# [Optional] - Regardless of any other settings, you can ignore or include 'exited'
EXCLUDE_EXITED: 'false'
# [Optional] - Set the poll period in seconds. Defaults to 10 seconds, which is also the minimum.
PERIOD: 10
# [Optional] - Supress startup messages from being sent. Default is false
DISABLE_STARTUP_MSG: 'false'
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
This is an optional value, and defaults to false if it is not specified. This feature allows you to specify (with labels) 'either' specific containers to monitor or exclude from monitoring.
labels:
monocker.enable: 'false'
labels:
monocker.enable: 'true'
If you just want to monitor everything, then set LABEL_ENABLE: 'false' or just leave it out altogether.
If you like my work, you can make a dontation to say thanks! Buy me a coffee
Discuss issues or feature requests in the monocker channel on Discord
This application uses semantic versioning. See here for more details.
Link to code on GitHub
No changes whatsoever have been done to the actual software and Dockerfile used.
These are simply arm-compatible images because they are not offered by the original creator.
Absolutely all credit goes to the creator of the software:
Content type
Image
Digest
sha256:3c6d7737a…
Size
44.6 MB
Last updated
over 3 years ago
docker pull l33tlamer/monocker