Stephane Barbarie | 3eab2bb | 2017-04-24 15:04:23 -0400 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | # Initialize the OpenNMS environment and generate necessary configuration files | ||||
4 | /docker-entrypoint.sh -i | ||||
5 | |||||
6 | # Replace default configuration with customized files | ||||
7 | cp -r /tmp/opennms/etc/* /opt/opennms/etc | ||||
8 | |||||
9 | # Start OpenNMS | ||||
10 | /docker-entrypoint.sh -f |