Skip to content

Commit

Permalink
Update README.md, add the Run In Docker section (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstmdev authored Nov 24, 2023
1 parent fb06ab1 commit bfee6dd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ command to install `replacer`.
go install github.com/no-src/replacer/...@latest
```

### Run In Docker

You can use the [build-docker.sh](/scripts/build-docker.sh) script to build the docker image and you should clone this
repository and `cd` to the root path of the repository first.

```bash
$ ./scripts/build-docker.sh
```

Or pull the docker image directly from [DockerHub](https://hub.docker.com/r/nosrc/replacer) with the command below.

```bash
$ docker pull nosrc/replacer
```

## Quick Start

Create a config file named `replacer.yaml`, content is as follows
Expand Down

0 comments on commit bfee6dd

Please sign in to comment.