Skip to content

Commit 4ecc488

Browse files
readme updated
1 parent 1e91951 commit 4ecc488

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ docker run -dit --name my-running-app -p 8080:80 my-apache2
3434
docker run -dit --name plotly4nagios -p 8000:80 plotly4nagios
3535
```
3636

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+
3743
> Open from the browser and view the application at http://localhost:8000/plotly4nagios.html
3844
3945
## Screenshot

0 commit comments

Comments
 (0)