opennms-forge / docker-horizon-core-web

🐳 Core and Web application service for Horizon by OpenNMS
MIT License
30 stars 19 forks source link

Modernising the Dockerfile #3

Closed indigo423 closed 7 years ago

indigo423 commented 7 years ago

There are some best practices building Dockerfiles. Replace deprecated maintainer and use labels instead. Use local storage driver instead of a data container. Use a network for OpenNMS internal communication with database. The localtime file is mounted, a better way is to set the TZ environment for setting the timezone correctly.

indigo423 commented 7 years ago

Resolved with #4