aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'snmpmapper/README.md')
-rw-r--r--snmpmapper/README.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/snmpmapper/README.md b/snmpmapper/README.md
deleted file mode 100644
index 7ca23d9..0000000
--- a/snmpmapper/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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