Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.05 KB

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