Skip to content

Commit

Permalink
docs: Updates to README (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbacon-blaber authored Apr 29, 2024
1 parent d3b06bb commit 7398eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ opentdf.yaml
# Generated files
tmp-gen/
/examples/examples
/kas-*.pem
/**/kas-*.pem
/opentdf
/sdkjava/target
/serviceapp
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Bootstrap Keycloak

```sh
docker run --network opentdf_platform \
-v ./opentdf.yaml:/home/nonroot/.opentdf/opentdf.yaml \
-v "$(pwd)/opentdf.yaml:/home/nonroot/.opentdf/opentdf.yaml" \
-it registry.opentdf.io/platform:nightly provision keycloak -e http://keycloak:8888/auth
```
4. Start the platform

```sh
docker run --network opentdf_platform \
-v ./kas-keys/:/keys/ \
-v ./opentdf.yaml:/home/nonroot/.opentdf/opentdf.yaml \
-v "$(pwd)/kas-keys/:/keys/" \
-v "$(pwd)/opentdf.yaml:/home/nonroot/.opentdf/opentdf.yaml" \
-it registry.opentdf.io/platform:nightly start
```

Expand Down

0 comments on commit 7398eac

Please sign in to comment.