From 73088f11dd48ee1e80e2af7150e72a64a38493f0 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Fri, 19 Jul 2024 17:42:52 -0400 Subject: [PATCH] docker instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e881928..3bf10b8 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,11 @@ To compile the binary only, run the following (executable will be found in `/bin docker buildx build -t glimpse-server:latest --output=bin --target=runner -f ``` -To deploy an instance of the server, run: +To deploy an instance of the server within docker, run: ```sh - +docker buildx build -t glimpse-server:latest . +docker run -it --rm glimpse-server:latest ``` ## API Endpoints