From ed4ed520b7bead0f6a8ee03926dfcd777b721236 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sun, 6 Sep 2020 00:27:26 -0400 Subject: [PATCH] Update Docker instructions --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index d99f0d02..7ccbafd4 100644 --- a/README.md +++ b/README.md @@ -123,16 +123,8 @@ Here are some examples of conditions you can use: ## Docker -Building the Docker image is done as follows: - ``` -docker build . -t gatus -``` - -You can then run the container with the following command: - -``` -docker run -p 8080:8080 --name gatus gatus +docker run -p 8080:8080 --name gatus twinproduction/gatus ```