Skip to content

Crypto-Currency/EmeraldNodeDocker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Requirements

Ubuntu 16.04 LTS (RAM 2GB, HDD 20GB)

apt-get install docker.io

EmeraldCryptoCoin

Create a node for Emerald Crypto Coins with Docker.

To build and run emerald docker container use the following commands:

docker build -t emerald/node:1.0 .
docker volume create emerald-volume
docker run -d \
  --name emerald \
  --restart always \
  -v emerald-volume:/data \
  emerald/node:1.0

or simply type

./run.sh

About

setup an Emerald Crypto Node with Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published