Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 914 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 914 Bytes

Genesis Docker Image

This repository contains the recipe for the Genesis Docker Image, a container image that wraps up all of the tools and libraries necessary for running Genesis deployments. It is intended to be useful for evaluation of Genesis and running CI/CD pipelines that do deployments.

Software Installed

Usage

You almost invariably want to run a shell in the docker container, and use that to execute Genesis:

docker run -it starkandwayne/genesis /bin/bash
$ genesis -v
... etc ...

Happy Hacking!