Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
celinenicolas22 authored Sep 17, 2020
1 parent 03ca3b1 commit 3b3a2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ You could get our latest rks-aio docker image on the github package registry ([s
docker pull docker.pkg.github.com/orange-opensource/remote-key-server/rks-aio:latest
docker run --volume $PWD/certs/:/data --add-host rks.local:127.0.0.1 --name rks-aio --publish 8080:8080 --interactive --tty --detach rks-aio
```
Docker rks-aio image contains a vault server in developement mode(RAM storage and not secure), and a rks-server.
It is useful to start and see functionnalities of rks.
Docker rks-aio image contains a vault server in development mode(RAM storage and not secure), and a rks-server.
It is useful to start and see functionalities of rks.

The vault root token needed for the RKS initialization in this case (rks-aio image) is simply "root".

Expand Down

0 comments on commit 3b3a2ce

Please sign in to comment.