Skip to content

Commit

Permalink
Update Docker section formatting [skip ci]
Browse files Browse the repository at this point in the history
* convert code block into Markdown for readability
* add link to the Dockerfile for easy reference
  • Loading branch information
mbrukman committed Sep 2, 2022
1 parent 45f08ec commit 2c68e93
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2c68e93

Please sign in to comment.