Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hcvst/cardano-daedalus-docker
Cardano node and Daedalus in Docker
https://github.com/hcvst/cardano-daedalus-docker
Last synced: 2 months ago
JSON representation
Cardano node and Daedalus in Docker
- Host: GitHub
- URL: https://github.com/hcvst/cardano-daedalus-docker
- Owner: hcvst
- License: mit
- Created: 2017-12-12T07:51:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T12:17:55.000Z (over 6 years ago)
- Last Synced: 2024-08-03T13:04:12.552Z (6 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 23
- Watchers: 7
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cardano - Cardano Daedalus Docker
README
# cardano-daedalus-docker
Note this is all work in progress. Ideally just have a look at the Dockerfiles to see
how I setup Cardano and Deadalus on my Ubuntu machine.## How to run Cardano ($ADA) Daedalus wallet on Linux
### Requirements
- [Docker](https://docs.docker.com/engine/installation/)
- [Docker Compose](https://docs.docker.com/compose/install/)### Build cardano-sl and Daedalus images
```
git clone https://github.com/hcvst/cardano-daedalus-docker.git
cd cardano-daedalus-docker
docker-compose build
```### Startup
To clean up the wallet database lock file, allow local X11 connections and start the containers,
you can simply execute the startup script:
```
./start-daedalus
```### Prebuilt images
- https://hub.docker.com/r/hcvst/cardano-sl-with-daedalus-wallet/ - all in one Ubuntu build
- https://hub.docker.com/r/hcvst/cardano-daedalus/ - Ubuntu based image of wallet
- https://hub.docker.com/r/hcvst/cardano-sl/ - Ubuntu based image of cardano-sl
- https://hub.docker.com/r/hcvst/cardano-sl-nix/ - nixos/nix based image of cardano-slPlease note that these Docker images are quite big and will
mostly become absolete once the Daedalus wallet for Linux is released.Please check: https://daedaluswallet.io.
## Help
If you have a question, please PM me (@hcvst) here https://cardano.rocket.chat or on Telegram (or https://gitter.im/daedalus-wallet-on-docker/Lobby).
This was tested with the following docker host systems:
- Arch
- Ubuntu 16.04If you would like to help:
- The images are big. I initially tried alpine but got stuck (perhaps one can use nixOS directly?) Update: I have added `cardano-sl-nix`
- Are for the `daedalus-ds` build both `nix-builds` in the `Dockerfile` required or would the second suffice? Update: It seems to be enough to build the release only as per the nix image.