Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phstudy/opennms
- Owner: phstudy
- Created: 2014-08-08T12:31:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T06:18:46.000Z (about 10 years ago)
- Last Synced: 2023-03-29T04:04:23.347Z (over 1 year ago)
- Language: Shell
- Homepage: https://registry.hub.docker.com/u/study/opennms/
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'`