We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am following this document - http://labs.hyperledger.org/orion-server/docs/getting-started/launching-one-node/docker#3-start-orion-in-a-docker-container
Tried to run the docker image on my local machine
docker run -it --rm -v $(pwd)/deployment/crypto/:/etc/orion-server/crypto -p 6001:6001 \ > -p 7050:7050 orionbcdb/orion-server Unable to find image 'orionbcdb/orion-server:latest' locally latest: Pulling from orionbcdb/orion-server 6097bfa160c1: Pull complete 5421ce750a1d: Pull complete 6c7ba6df868c: Pull complete 8865833e5b91: Pull complete 167919bb6a58: Pull complete 0f3b30f8955b: Pull complete 5ee2b45fa7ec: Pull complete c3cb24e1683e: Pull complete Digest: sha256:fa1c1aed4cfc8b9d5e32aff4b939fa92321a7174cdd5d4ea701ff8d5943c6403 Status: Downloaded newer image for orionbcdb/orion-server:latest 2022-05-20 13:04:52.215997 I | Starting a blockchain database Error: error while creating the database object: can't load private key: open /etc/orion-server/crypto/server/server.key: no such file or directory
I did not find any pre-requisite that needs to be done before executing the command.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am following this document - http://labs.hyperledger.org/orion-server/docs/getting-started/launching-one-node/docker#3-start-orion-in-a-docker-container
Tried to run the docker image on my local machine
I did not find any pre-requisite that needs to be done before executing the command.
The text was updated successfully, but these errors were encountered: