-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
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
BUG: cardano-wallet docker container exits with code 127 - command not found #2044
Comments
@philkunz Your project sounds interesting. Perhaps you could add it to cardano-launcher? |
@rvl I took a look at cardano-launcher and created a ticket there IntersectMBO/cardano-launcher#86 My goal is to make cardano consumable to the average TypeScript dev implementing a website or simple shop by nothing a more than a simple |
2045: Fix restore bench and docker r=rvl a=Anviking # Issue Number #1919, #2044 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] Fix broken restore bench https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/608#f02f336b-c7be-4b3f-b86b-bc825c9b5ac2 - [ ] _Hope_ `docker` should be fixed, but can't easily test locally⚠️ # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Once created, link this PR to its corresponding ticket ✓ Assign the PR to a corresponding milestone ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Johannes Lund <[email protected]>
2045: Fix restore bench and docker r=Anviking a=Anviking # Issue Number #1919, #2044 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] Fix broken restore bench https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/608#f02f336b-c7be-4b3f-b86b-bc825c9b5ac2 - [ ] _Hope_ `docker` should be fixed, but can't easily test locally⚠️ # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Once created, link this PR to its corresponding ticket ✓ Assign the PR to a corresponding milestone ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Johannes Lund <[email protected]>
2045: Fix restore bench and docker r=Anviking a=Anviking # Issue Number #1919, #2044 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] Fix broken restore bench https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/608#f02f336b-c7be-4b3f-b86b-bc825c9b5ac2 - [ ] _Hope_ `docker` should be fixed, but can't easily test locally⚠️ # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Once created, link this PR to its corresponding ticket ✓ Assign the PR to a corresponding milestone ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Johannes Lund <[email protected]>
2045: Fix restore bench and docker r=Anviking a=Anviking # Issue Number #1919, #2044 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] Fix broken restore bench https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/608#f02f336b-c7be-4b3f-b86b-bc825c9b5ac2 - [ ] _Hope_ `docker` should be fixed, but can't easily test locally⚠️ # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Once created, link this PR to its corresponding ticket ✓ Assign the PR to a corresponding milestone ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Johannes Lund <[email protected]>
2045: Fix restore bench and docker r=Anviking a=Anviking # Issue Number #1919, #2044 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] Fix broken restore bench https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/608#f02f336b-c7be-4b3f-b86b-bc825c9b5ac2 - [ ] _Hope_ `docker` should be fixed, but can't easily test locally⚠️ # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Once created, link this PR to its corresponding ticket ✓ Assign the PR to a corresponding milestone ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Johannes Lund <[email protected]>
It seems image: inputoutput/cardano-wallet:dev-master-shelley in I suppose |
@Anviking latest correspond to the latest release. So, on August 3rd at the moment. |
works fine in |
Context
I'm in the process of creating a MIT licensed TypeScript client for the the cardano wallet api, that replicates daedalus functionality in TypeScript.
For testing I checked out the repo and started the docker compose file with
NETWORK=mainnet docker-compose up
Expected behaviour
Everything runs normal and
curl http://localhost:8090/v2/network/information
gives a status 200 responseActual behaviour
cardano-node runs normal, cardano-wallet container exits with code 127, command not found.
Resolution
QA
The text was updated successfully, but these errors were encountered: