getminera / minera

Minera is a web interface to monitor and manage mining devices

Home Page:http://getminera.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile for minera? Minera as a Docker image

alberttwong opened this issue · comments

I'd like to request a dockerfile for minera. Thanks!

I tried building my own dockerfile and it prompts the mail configuration. How can we script the entire install and configuration?

Also Docker doesn't like

[Build]    Run /etc/init.d/lighttpd force-reload to enable changes
[Build]    Reloading web server configuration: lighttpd failed!

It's because dockerfile run without systemd/init you can't execute service or systemctl commands.

Look at this: #155

@michelem09 So maybe it's me but I don't see a dockerfile in your master branch.

Try now