- Building image: Clone the github to a directory and docker build . -t (your tag for example docker build -t local/cardano-node). You might need sudo access if you have not given the right permissions to use docker with your user.
- You can also just pull the image from my repository https://hub.docker.com/repository/docker/eysteinh/cnode if you do not want to build yourself.
- To run as a single container you also need to pass the CNODEIPV4 variable and you should also set a public port to the internal 3000 port each container use. example: docker run -e CNODEIPV4=YOUR-PUBLIC-IP -v /yourlocalfolder/with/config/files:/srv/cardano/cardano-node/config/ -p (publicport):3000 -it (-it if you want to see the container running in an interactive terminal)
-
Notifications
You must be signed in to change notification settings - Fork 2
Willburn/docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published