diff options
author | Pooja03 <PM00501616@techmahindra.com> | 2018-04-25 17:11:25 +0530 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-04-26 16:18:36 +0000 |
commit | 3e1bdb6d7cc02cf753efeb3066a9b73da6380091 (patch) | |
tree | a5f1a3a02259cee11347620533451d476cb5e9ab /snmpmapper | |
parent | fbb4e65173e5e340d6bd7366a12a12558067690c (diff) |
Adding README
Adding README Files in Mapper
Change-Id: Ie2b5c953731807d61d8992dee299295e9d7498dc
Issue-ID: DCAEGEN2-335
Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
Diffstat (limited to 'snmpmapper')
-rw-r--r-- | snmpmapper/README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/snmpmapper/README.md b/snmpmapper/README.md new file mode 100644 index 0000000..7ca23d9 --- /dev/null +++ b/snmpmapper/README.md @@ -0,0 +1,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> +
\ No newline at end of file |