mirror of https://github.com/statping/statping
Updated Docker (markdown)
parent
6765b5799c
commit
b104a217b7
|
@ -1,5 +1,10 @@
|
|||
# Statping Docker Image
|
||||
Statping is easily ran on Docker with the light weight Alpine linux image. View on [Docker Hub](https://hub.docker.com/r/hunterlong/statping).
|
||||
|
||||
[](https://microbadger.com/images/hunterlong/statping) [](https://hub.docker.com/r/hunterlong/statping/builds/)
|
||||
|
||||
# Latest Docker Image
|
||||
The `latest` Docker image uses Alpine Linux to keep it ultra small.
|
||||
The `latest` Docker image uses Alpine Linux to keep it ultra small.
|
||||
```bash
|
||||
docker run -d \
|
||||
-p 8080:8080 \
|
||||
|
|
Loading…
Reference in New Issue