cardano-daedalus-docker
cardano-daedalus-docker copied to clipboard
Cardano node and Daedalus in Docker
``` ahonnecke@antonym:~/src$ git clone https://github.com/hcvst/cardano-daedalus-docker.git Cloning into 'cardano-daedalus-docker'... remote: Enumerating objects: 135, done. remote: Total 135 (delta 0), reused 0 (delta 0), pack-reused 135 Receiving objects: 100% (135/135), 26.46 KiB...
Here's the error i'm getting: ``` Killed ERROR: Service 'cardano-sl' failed to build: The command '/bin/sh -c . /home/cardano/.nix-profile/etc/profile.d/nix.sh && nix-build -A cardano-sl-node-static --cores 0 --max-jobs 2 --out-link master' returned...
Is there a non-hairy way to expose 8090 port for reaching daedalus backend api which is described here ? https://cardanodocs.com/technical/wallet-backend/
Hi , I try to access wallet API using CURL command (ignoring certificate) : `curl -k https://localhost:8090/api/settings/sync/progress ` Running the command inside the container works properly but when i try...