Coder Social home page Coder Social logo

docker-supernet's Introduction

docker-supernet

Intro

Supernet v3

The images has been once again significantly slimmed down.

Here is an example that will bring Supernet at http://localhost:7117

docker run -p 7117:7110 -d --name supernetv3 chevdor/docker-supernet:3.0.7

Supernet v2

The v2 image is based on nginx (and thus is much smaller than v1!)

docker run -p 80:80 -d --name supernetv2 chevdor/docker-supernet:2.0.5-beta

Supernet v1

This image is based on phusion/baseimage for Supernet v1. It installs java and the latest Supernet software.

docker run -it -p 6876:6876 chevdor/docker-supernet:1.5.12.1

However, you may request the container to run on the mainnet by specifying the ENV variable as shown below:

docker run -it -p 7876:7876 -e "NXTNET=main" --name supernetv1 chevdor/docker-supernet:1.5.12.1
Note
Any other value than β€œmain” for the NXTNET variable will make your container run on mainnet.
Warning
When you start the container for v1, it will immediately connect and start downloading the blockchain. The testnet blockchain is much smaller than the mainnet blockchain (which is why the container default to testnet unless you specifically say you want to run on the mainnet). In any case, downloading the blockchain may take up to several hours. Be patient!

docker-supernet's People

Contributors

chevdor avatar

Watchers

Ben Haim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.