adriaaah / monit-dashboard

A web dashboard for rule all monit servers at a glance
GNU Affero General Public License v3.0
26 stars 8 forks source link

Docker instructions #20

Closed jonhattan closed 2 years ago

jonhattan commented 2 years ago

Hi there,

great dashboard!

Docker build instructions in README are wrong. I managed to bring it up with:

docker build -t monit-dashboard .
docker run -v $(pwd)/conf:/app/conf -p 8080:8080 monit-dashboard

What about publishing an image to the Docker hub?

adriaaah commented 2 years ago

Answering your question about publishing an image on Docker Hub, honestly I'd consider that once/if the app works with Python 3.

Thanks for your feedback. I'm closing the issue as I understand it's related to Dockerfile but feel free to raise another one to discuss it.