Skip to content

Commit

Permalink
Merge pull request #18 from rnurgaliyev/update
Browse files Browse the repository at this point in the history
Remove container build and run scripts
  • Loading branch information
rnurgaliyev authored Sep 15, 2024
2 parents dfe3cb8 + 2e6a0b3 commit 712babe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 51 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ automatically mount it on reboot.
The minimum version of Synology DSM that works properly with this KMIP server is
DSM 7.2-64570.

Latest Synology DSM which was checked to be compatible with this KMIP server is
DSM 7.2.2-72806.

Based on [PyKMIP](https://github.com/OpenKMIP/PyKMIP) project.

## Installation
Expand All @@ -33,16 +36,12 @@ $ vim ./config.sh

### Building and runnning container manually

1. Build the container. I don't provide binary images because you don't want to
trust your secrets to unknown binaries. Instead, study the contents of this
repository to feel comfortable, and build a KMIP server yourself
```
2 ./build-container.sh
```

3. Run the container
1. Build and run the container using docker compose. I don't provide binary
images because you don't want to trust your secrets to unknown binaries.
Instead, study the contents of this repository to feel comfortable, and build a
KMIP server yourself.
```
$ ./run-container.sh
$ docker compose up -d
```

### Using docker-compose
Expand Down
16 changes: 0 additions & 16 deletions build-container.sh

This file was deleted.

26 changes: 0 additions & 26 deletions run-container.sh

This file was deleted.

0 comments on commit 712babe

Please sign in to comment.