cp -r example deploy
# edit your MongoDB password and MeshCentral config now in deploy/
docker-compose -f docker-compose.yml up -d
You need to set up your own config and database.
docker run --name=meshcentral2 \
--restart=unless-stopped \
-e NODE_ENV=production \
-p 80:80 \
-p 443:443 \
-p 4443:4443 \
-it jamesits/meshcentral2:latest
Content type
Image
Digest
sha256:e62de2dce…
Size
596.9 MB
Last updated
2 months ago
docker pull jamesits/meshcentral2