Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

dayzeerationale

jayDayZee edited this page Mar 20, 2017 · 23 revisions

List of Dockerfiles

the ./ context is assumed to be the root of a git clone https://github.com/metacurrency/holochain.git`

  • ./Dockerfile
    • creates an image from the latest master of github.com/metacurrency/holochain

    its kind of reasonable to assume that this would never be useful to anyone, as it might as well be an image on dokerhub. Its useful to have this here in this list for completeness

  • ./Dockerfile.coreDevelopment
    • uses as a base image the result of ./Dockerfile
    • copies the current ./ over the top of the base image, and runs make, make bs and make test
    • will fail on build if make test fails

    This is used for people who are developing the core code. Containers built on this image will allow the developer to manually interact with their new hc / bs servers from the command line

  • `

Overall rationale

dayzee core dev

Please see our new documentation site at developer.holochain.org.

Intro

External Links

Holochain Core Development

Dev pages, need integrating into the wiki

Docker install for Devs

Clone this wiki locally