Update Docker instructions

This commit is contained in:
TwinProduction 2020-09-06 00:27:26 -04:00
parent 6e1f888e39
commit ed4ed520b7

View File

@ -123,16 +123,8 @@ Here are some examples of conditions you can use:
## Docker ## Docker
Building the Docker image is done as follows:
``` ```
docker build . -t gatus docker run -p 8080:8080 --name gatus twinproduction/gatus
```
You can then run the container with the following command:
```
docker run -p 8080:8080 --name gatus gatus
``` ```