Sign inSign up

neutronstriker/meshcentral

By neutronstriker

•Updated almost 4 years ago

Meshcentral Docker image for Raspberry Pi

Image
0

864

neutronstriker/meshcentral repository overview

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

Tag summary

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