Meshcentral Docker image for Raspberry Pi
864
Built and tested on Raspberry Pi OS 64bit 2022-09-22 (Debian 11 Bullseye) Sample Docker Compose config below
version: '3'
services:
meshcentral:
restart: unless-stopped
container_name: meshcentral
image: neutronstriker/meshcentral:armv8_raspbian_node_18_lts_bullseye
ports:
- '40001:443'
environment:
TZ: "Asia/Kolkata"
#change the config.json according to your needs
volumes:
- /server/docker/data/meshcentral/data:/app/meshcentral-data #config.json and other important files live here. A must for data persistence
- /server/docker/data/meshcentral/files:/app/meshcentral-files #where file uploads for users live
Content type
Image
Digest
sha256:3ff77dafd…
Size
436.2 MB
Last updated
almost 4 years ago
docker pull neutronstriker/meshcentral:armv8_raspbian_node_18_lts_bullseye