Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phstudy/opennms

OpenNMS Dockerfile for Automated Build.
https://github.com/phstudy/opennms

Last synced: 27 days ago
JSON representation

OpenNMS Dockerfile for Automated Build.

Awesome Lists containing this project

README

        

## OpenNMS Dockerfile

This repository contains **Dockerfile** of [OpenNMS](http://www.opennms.org/) for [Docker](https://www.docker.io/)'s [automated build](https://registry.hub.docker.com/u/study/opennms/) published to the public [Docker Registry](https://index.docker.io/).

### Usage

1. start a postgres instance

`docker run --name some-postgres -e LC_ALL=C.UTF-8 -d postgres`

2. start a opennms instance and link it to the postgres instance

`docker run --name some-opennms --link some-postgres:postgres -p 8980:8980 -d 'study/opennms'`