Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-mizu committed Dec 4, 2024
1 parent c37e29e commit adcc400
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions crates/cdk-mintd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,17 @@
```sh
vi ~/.cdk-mintd/config.toml
```

## Running with Docker

### Build the Docker image

```sh
docker build -t cdk-mintd .
```

### Run the Docker container with the configuration file mapped:

```sh
docker run -v ~/.cdk-mintd/config.toml:/root/.cdk-mintd/config.toml cdk-mintd
```

0 comments on commit adcc400

Please sign in to comment.