Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.32 KB

Genesis Docker Image

DEPRECATED

This functionality has been moved into the genesis ci pipeline.

The pipeline will produce production and dev images, which can be found on dockerhub under genesiscommunit/genesis. Tags latest will be the latest production release, while dev will be the latest development release candidate. Versioned images will also be found with the version as its tag.

This repository will no longer be maintained


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!