Skip to content

I am starting a personal collection of Dockerfiles for cryptocoin wallets

License

Notifications You must be signed in to change notification settings

ganastor/KryptoDockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KryptoDockerfiles

I am starting a personal collection of Dockerfiles for cryptocoin wallets

Each wallet I build from source seems to have slightly different dependancies and I've decided to start putting them into docker containers. Feel free to add to this, I just personally find it easier to do them this way so really doing it for myself for now.

Instructions

 $ wget -qO- https://get.docker.com/ | sh
 $ git clone https://github.com/ganastor/KryptoDockerfiles.git
 $ cd KryptoDockerfiles/PUTCOINNAMEHERE
 $ sudo docker build -t PUTCOINNAMEHERE

Run in background

Change the port numbers to the default port of coin.d *

 $ sudo docker run -d -p 9999:9999 -t PUCOINNAMEHERE

About

I am starting a personal collection of Dockerfiles for cryptocoin wallets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published