Files
librenms-librenms/doc/Installation/Docker.md
Grammatopoulos Athanasios Vasileios e3f5fa581b Update Docker docs (#15556)
* Update Docker docs

* small correction
2023-11-07 10:52:14 -06:00

26 lines
816 B
Markdown

# Docker
An official LibreNMS docker image based on Alpine Linux and Nginx is available
on [DockerHub](https://hub.docker.com/r/librenms/librenms/).
# Documentation
Full install and configuration documentation can be found on the [GitHub repository](https://github.com/librenms/docker).
# Quick install
1. Install docker: https://docs.docker.com/engine/install/
2. Download and unzip composer files:
```
mkdir librenms
cd librenms
wget https://github.com/librenms/docker/archive/refs/heads/master.zip
unzip master.zip
cd docker-master/examples/compose
```
3. Set a new mysql password in .env and inspect compose.yml
4. Bring up the docker containers
```
sudo docker compose -f compose.yml up -d
```
5. Open webui to finish configuration. `http://localhost:8000` (use the correct ip or name instead of localhost)