> Anfang der weitergeleiteten Nachricht: > > Von: Eugene FILIN <eugene.filin@gmail.com> > Betreff: mtmon docker image > Datum: 24. Februar 2019 um 15:15:53 MEZ > An: info@uwe-peukert.de > > Hi > I’m not super professional in docker but I don’t want your system to be polluted with all that node.js modules, so i try. Also, I attach the source codes so you may use them directly if needed. > > # Download attached docker image >  mtmon.tar <drive.google.com/file/d/1o2N2erZPOAPRDvObVlnH-GGq3zO3zmJC/view?usp=drive_web> > # Load the image into your Docker > docker load -i mtmon.tar > > # Run & enter container > docker run -ti -p 80:80 mtmon /bin/sh > > # Run Redis > redis-server /home/redis-stable/redis.conf > > # Run our nodejs app > cd /home/mtmon > node index.js