Skip to content

Run the ETN fullnode in a Docker container that is provisioned with Vagrant and Ansible.

Notifications You must be signed in to change notification settings

r3lik/electroneum-full-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electroneum-full-node

Run the ETN fullnode in a Docker container that is provisioned with Vagrant and Ansible.

Requirements

  • Vagrant
  • Vagrant-disksize
vagrant plugin install vagrant-disksize

Usage

Dockerfile gets provisioned to /vagrant/storage/Dockerfile

    # create volume
    sudo docker volume create electroneum-blockchain
 
    # either run in foreground
    sudo docker run --name electroneumd -v electroneum-blockchain:/root/.electroneum -it r3lik/electroneum-full-node

    # or in background
    sudo docker run -d --name electroneumd -v electroneum-blockchain:/root/.electroneum -it r3lik/electroneum-full-node

About

Run the ETN fullnode in a Docker container that is provisioned with Vagrant and Ansible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published