From 2c68e93cb5c981386580562eb0b494d08b04c4b9 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 29 Aug 2022 19:24:50 -0400 Subject: [PATCH] Update Docker section formatting [skip ci] * convert code block into Markdown for readability * add link to the Dockerfile for easy reference --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 108afaa3ab2..cbfc9b998ee 100644 --- a/README.md +++ b/README.md @@ -55,14 +55,12 @@ You can use the web version at [jsoncrack.com](https://jsoncrack.com) or also ru ## 🐳 Docker -``` -A Docker file is provided in the root of the repository. +A [`Dockerfile`](Dockerfile) is provided in the root of the repository. If you want to run JSON Crack locally: -* Build Docker image with `docker build -t jsoncrack .` +* Build a Docker image with `docker build -t jsoncrack .` * Run locally with `docker run -p 8888:8080 jsoncrack` -* Go to [http://localhost:8888] -``` +* Go to http://localhost:8888 ## License