Skip to content

Add a Dockerfile, installer.sh and ligo.sh for easy ligo usage with Docker

This MR fixes #1 (closed)

Assumption has been made that we will use a marigold namespace on Docker Hub, so someone should claim it if possible.

Usage instructions (after this MR is merged):

  1. Run make build-image to build the docker image required by ligo.sh

  2. Run the installer curl https://gitlab.com/gabriel.alfour/ligo/blob/master/docker/installer.sh | bash

  3. Run ligo from your command line

  4. Publish the built docker image on Docker Hub so other people can use it as well directly by utilizing installer.sh

Merge request reports