Skip to content

docker image running mazawatch blockexplorer (with mazaclub branding) along with mazacoind from docker-mazacoin-new

License

Notifications You must be signed in to change notification settings

mazaclub/docker-mazawatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-mazawatch

Builds a docker with mazawatch ready to run in testnet or livenet modes

Quick start

Just run the included run-mazawatch.sh

Installation

As simple as git clone & make!! git clone https://github.com/mazaclub/docker-mazawatch cd docker-mazawatch make all

RUN

Additional configuration

To use the include insecure SSH key, This comes with an ssh server running to simplify you manangement. You can either enter with nsenter, or ssh

Run the docker with ssh available: docker run (some startup config) /sbin/my_init --enable-insecure-key

# Download the insecure private key curl -o insecure_key -fSL https://github.com/phusion/baseimage-docker/raw/master/image/insecure_key chmod 600 insecure_key

Login to the container

ssh -i insecure_key root@localhost

Running a command inside the container

ssh -i insecure_key root@ echo hello world

CONFIGURATION

About

docker image running mazawatch blockexplorer (with mazaclub branding) along with mazacoind from docker-mazacoin-new

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published