aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/README.md
blob: 7ca23d9a36c5ebf629f19776a4b85f43bd92bba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# DCAE SNMP Mapper

DCAE SNMP mapper is a micro-service to upload the vendor specific mapper file into the database


### Build Docker image

The following Maven command will build the mapper JAR, build the Docker image to the local machine registry and then push the same image to the specified remote registry.

```
mvn clean package docker:build -DpushImageTag
```

The image will be tagged with the project version found in the `pom.xml`.

### Run via Docker

Execute this to run.


```
docker run -p 8081:8888 <image_name>

```
 
 ### Access
 <host>:<expose port>