Skip to content

Commit

Permalink
Added docker docs to README
Browse files Browse the repository at this point in the history
  • Loading branch information
macterra committed Mar 1, 2024
1 parent c37d509 commit e53fd5e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ requires: node v18
$ git clone https://github.com/KeychainMDIP/keychain-cli
$ cd keychain-cli
$ npm install
```

Start the services in separate terminals:
```
node server.js
node hyperswarm-monitor.js
```

OR

Start the services in docker (-d to run it in the background):
```
docker compose up [-d]
```

Use the CLI `./kc`(or `./dkc` to connect to docker services)


```
$ ./kc
Usage: keychain-cli [options] [command]
Expand Down

0 comments on commit e53fd5e

Please sign in to comment.