An open API service indexing awesome lists of open source software.

https://github.com/cmdruid/docker-workshop

How to setup a Pleb development environment using Docker.
https://github.com/cmdruid/docker-workshop

Last synced: 12 months ago
JSON representation

How to setup a Pleb development environment using Docker.

Awesome Lists containing this project

README

          

# Docker Crash Course

How to setup a Pleb development environment using Docker.

## Workshop Overview

- How to use Docker CLI.
- Working with `dockerfile` and `compose` files.
- Hands-on with a few demo projects.
- Launch our own Lightning development network.

Full guide on building with Docker:
https://docs.docker.com/build/guide

## Requirements

Docker Engine:
https://docs.docker.com/engine/install

Core Bitcoin Binaries (for your platform):
https://bitcoincore.org/en/download

Lightning Binaries (for your platform):
https://github.com/ElementsProject/lightning/releases

Polar Desktop:
https://lightningpolar.com

## Sample Projects

**Neutrino Workbench (LND):**
https://github.com/cmdruid/neutrino-workbench

**Sauron’s Workbench (CLN):**
https://github.com/cmdruid/saurons-workbench

**Satoshi’s Workbench (Core):**
https://github.com/cmdruid/satoshi-workbench