Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 315 Bytes

File metadata and controls

4 lines (4 loc) · 315 Bytes
  1. Run mvn verify
  2. (Prometheus RSocket Client Native Image) run command docker build -t testimg .
  3. (Prometheus RSocket Client Native Image) run command docker images to find the image id
  4. (Prometheus RSocket Client Native Image) run command docker run -p 8080:8080 --rm testimg to run the actual image