We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e91951 commit 4ecc488Copy full SHA for 4ecc488
README.md
@@ -34,6 +34,12 @@ docker run -dit --name my-running-app -p 8080:80 my-apache2
34
docker run -dit --name plotly4nagios -p 8000:80 plotly4nagios
35
```
36
37
+Alternatively direct pull and run from docker hub.
38
+
39
+```bash
40
+docker run -d -p 8000:80 --name plotly4nagios vignesh88/plotly4nagios
41
+```
42
43
> Open from the browser and view the application at http://localhost:8000/plotly4nagios.html
44
45
## Screenshot
0 commit comments