Coder Social home page Coder Social logo

ppp's Introduction

Plutus Pioneers Program - Docker Playground


NOTE: This repo was for cohort 1. The pattern can probably continue to be followed. Check Issues and Pull requests to see if there are changes in case this repo seems to be broken. I will also point out https://github.com/nstankov-bg/ppp as a fork for cohort 2.


The dockerfiles are current for the right plutus commit for Week06 homework. I'll try to keep it up-to-date.

Build locally

docker-compose up -d

To build for a specific week, the commit-tag, of the plutus clone command, needs to be changed inside the Dockerfile.

WORKDIR /opt
### change here
ARG PLUTUS_GIT_COMMIT=ea0ca4e9f9821a9dbfc5255fa0f42b6f2b3887c4
###
RUN git clone https://github.com/input-output-hk/plutus /opt/plutus && \
	cd /opt/plutus && \
	git checkout ${PLUTUS_GIT_COMMIT}

Prebuild images of week X (01 - 08) and cohort Y (1, 2)

Run the prebuild images with

docker-compose -f docker-compose-week<X>-cohort<Y>.yml up -d

Afterwards navigate your browser to https:localhost:8009

NOTE: ** the s in https**.

MORE

ppp's People

Contributors

maccam912 avatar arturictus avatar nstankov-bg avatar thebrandre avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.