Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleStoring Keys

These directions place the keys in the data directory. It is possible to put them anywhere you wish - provided this directory is mounted to the Docker container later. This process will also generate some additional keys but you can ignore these. Also the keys may be owned by root and will need to be chown'ed to your user. This is a known issue and will be fixed in the future.


Code Block
docker run -v ~/.casperlabs/:/keys/ casperlabs/key-generator:latest /keys

...