Running Cardano-SL & Daedalus Wallet in Docker
This is work in progress (under heavy construction). Please feel free to participate.
Build a setup of containers for all flavours (k8s, docker, ….) so that you can host and build it where every you want and to start staking (when released).
Make it as easy as possible for everybody to participate and setup Cardano on their own machines.
This is just to help people get started. This has not been tested in production. Only use this if you really know how to secure your environment and your application.
Also only invest what you can afford to lose.
The containers are prepared in such a way, that they can be run on their own.
The container is using a headless VNC environment. This means you can run the container somewhere and connect to it using VNC. The possibility of accessing the container through your browser is possible using noVNC
Daedalus gets installed on top of a modified version of ConSol/docker-headless-vnc-container.
Each Docker image is installed with the following components:
5901
)6901
)Run command with mapping to local port 5901
(vnc protocol) and 6901
(vnc web access). Default password is vncpassword, but make sure you select your own
docker run -d -p 5901:5901 -p 6901:6901 -e VNC_PW=vncpassword khwhahn/daedalus
Change the default user and group within a container to your own with adding --user $(id -u):$(id -g)
:
docker run -d -p 5901:5901 -p 6901:6901 --user $(id -u):$(id -g) khwhahn/daedalus
If you want to get into the container use interactive mode -it
and bash
docker run -it -p 5901:5901 -p 6901:6901 khwhahn/daedalus bash
Build an image from scratch:
docker build -t ImageName ./daedalus
=> connect via VNC viewer localhost:5901
, default password: vncpassword
=> connect via noVNC HTML5 client: http://localhost:6901/?password=vncpassword
Run a little interactive app to show real time statistics for the cardano network.
In the k8s folder are the .yaml
definitions of setting up the containers.
kubectl apply -f ./k8s/
(needs working)In the folder cloud-platforms
are the setup scripts and/or guides.
in the google-cloud
directory you will find the build script (and cleanup script) to create a kubernetes cluster to run cardano.
I’m looking for some help to maintain and improve this project. Please feel free to PM me. Best to reach me via Twitter
Please have a look at the issues.
Thanks to IOHK and the whole Cardano team for setting new standards within the crypto space!
DdzFFzCqrhtCKFBXEwqVvJfGo4YLBseL8x5yPzahhszRiQwjDQVYUXAd5fjh3oni5ztdaRaUik2U8UYBLVePVuDP5o8rVEPF3ormJ13z