All Projects → librenms → Docker

librenms / Docker

Licence: mit
LibreNMS Docker image based on Alpine Linux and Nginx

Projects that are alternatives of or similar to Docker

Docker Php Nginx
Docker image with Nginx 1.18 & PHP-FPM 7.4 on Alpine Linux
Stars: ✭ 581 (+105.3%)
Mutual labels:  alpine-linux, nginx
Dockerfiles
Discontinued. Fork at your will.
Stars: ✭ 384 (+35.69%)
Mutual labels:  alpine-linux, nginx
Docker Alpine
Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers.
Stars: ✭ 574 (+102.83%)
Mutual labels:  alpine-linux, nginx
Docker Flarum
Flarum Docker image based on Alpine Linux
Stars: ✭ 43 (-84.81%)
Mutual labels:  alpine-linux, nginx
Docker Rtorrent Rutorrent
rTorrent and ruTorrent Docker image based on Alpine Linux
Stars: ✭ 75 (-73.5%)
Mutual labels:  alpine-linux, nginx
Docker Matomo
Matomo (formerly Piwik) Docker image based on Alpine Linux
Stars: ✭ 117 (-58.66%)
Mutual labels:  alpine-linux, nginx
Docker Oidc Proxy
Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
Stars: ✭ 91 (-67.84%)
Mutual labels:  alpine-linux, nginx
Docker Wordpress
WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux
Stars: ✭ 148 (-47.7%)
Mutual labels:  alpine-linux, nginx
alpine-pypy
Docker-based builds for PyPy on Alpine Linux
Stars: ✭ 31 (-89.05%)
Mutual labels:  alpine-linux
Lnmp
Support: Nginx 1.12/1.13 + MySQL 5.5/5.6/5.7/8.0(MariaDB 5.5/10.0/10.1/10.2/10.3) + PHP 5.4/5.5/5.6/7.0/7.1/7.2 + phpMyAdmin(Adminer)
Stars: ✭ 262 (-7.42%)
Mutual labels:  nginx
rails5-docker-alpine
Lightweight Docker development environment for Rails using Alpine Linux
Stars: ✭ 71 (-74.91%)
Mutual labels:  alpine-linux
static-web-server
A blazing fast and asynchronous web server for static files-serving. ⚡
Stars: ✭ 230 (-18.73%)
Mutual labels:  alpine-linux
Flagger
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
Stars: ✭ 3,337 (+1079.15%)
Mutual labels:  nginx
docker-7zip
7-Zip Docker image based on Alpine Linux
Stars: ✭ 16 (-94.35%)
Mutual labels:  alpine-linux
Nginx Craft
An Nginx virtual host configuration for Craft CMS that implements a number of best-practices.
Stars: ✭ 276 (-2.47%)
Mutual labels:  nginx
docker-aws-s3-sync
Docker container to sync a folder to Amazon S3
Stars: ✭ 21 (-92.58%)
Mutual labels:  alpine-linux
docker-nagios
Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
Stars: ✭ 33 (-88.34%)
Mutual labels:  alpine-linux
Docker Nginx Auto Ssl
Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty
Stars: ✭ 282 (-0.35%)
Mutual labels:  nginx
Open Proxy
一键部署被墙网站反向代理; 免翻墙访问被禁网站
Stars: ✭ 274 (-3.18%)
Mutual labels:  nginx
Yii2 Advanced One Domain Config
A template configuration without separation on the frontend and backend parts on different domains.
Stars: ✭ 258 (-8.83%)
Mutual labels:  nginx

Latest Version Build Status Docker Stars Docker Pulls
Become a sponsor Donate Paypal

About

LibreNMS Docker image based on Alpine Linux and Nginx.
If you are interested, check out my other Docker images!

💡 Want to be notified of new releases? Check out 🔔 Diun (Docker Image Update Notifier) project!

Demo

Try in PWD

Features

  • Run as non-root user
  • Multi-platform image
  • Dispatcher service as "sidecar" container
  • Syslog-ng support through a "sidecar" container
  • Built-in LibreNMS Weathermap plugin
  • Ability to add custom Monitoring plugins (Nagios)
  • Ability to add custom alert templates
  • OPCache enabled to store precompiled script bytecode in shared memory
  • s6-overlay as process supervisor
  • Traefik as reverse proxy and creation/renewal of Let's Encrypt certificates (see this template)
  • Memcached image ready to use for better scalability
  • RRDcached image ready to use for data caching and graphs
  • msmtpd SMTP relay image to send emails
  • MariaDB image as database instance

Build locally

git clone https://github.com/librenms/docker.git docker-librenms
cd docker-librenms

# Build image and output to docker (default)
docker buildx bake

# Build multi-platform image
docker buildx bake image-all

Multi-platform image

Following platforms for this image are available:

$ docker run --rm mplatform/mquery librenms/librenms:latest
Image: librenms/librenms:latest
 * Manifest List: Yes
 * Supported platforms:
   - linux/amd64
   - linux/arm/v6
   - linux/arm/v7
   - linux/arm64
   - linux/386
   - linux/ppc64le
   - linux/s390x

Documentation

How can I help?

All kinds of contributions are welcome 🙌! The most basic way to show your support is to star 🌟 the project, or to raise issues 💬 You can also support this project by becoming a sponsor on GitHub 👏 or by making a Paypal donation to ensure this journey continues indefinitely! 🚀

Thanks again for your support, it is much appreciated! 🙏

License

MIT. See LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].